Navigation


Changeset 1212:c38bb8b69c43 in freeDiameter for libfdcore


Ignore:
Timestamp:
Jun 17, 2013, 7:19:53 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix message rtd handling for extensions based on this data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/routing_dispatch.c

    r1190 r1212  
    943943                        CHECK_FCT(  fd_msg_browse(avp, MSG_BRW_NEXT, &avp, NULL)  );
    944944                }
     945               
     946                /* Save the routing information in the message */
     947                CHECK_FCT( fd_msg_rt_associate ( msgptr, rtd ) );
    945948        }
    946949
     
    985988        /* Order the candidate peers by score attributed by the callbacks */
    986989        CHECK_FCT( fd_rtd_candidate_reorder(candidates) );
    987 
    988         /* Save the routing information in the message */
    989         CHECK_FCT( fd_msg_rt_associate ( msgptr, &rtd ) );
    990990
    991991        /* Now try sending the message */
Note: See TracChangeset for help on using the changeset viewer.