Navigation


Changeset 824:89c5849b0832 in freeDiameter for libfdcore/p_sr.c


Ignore:
Timestamp:
Sep 13, 2012, 8:41:29 PM (12 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Allow retransmission of messages on timeout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/p_sr.c

    r740 r824  
    105105        CHECK_FCT_DO( fd_msg_anscb_get( expired_req, &anscb, &data ), return NULL);
    106106        ASSERT(anscb);
     107       
     108        /* Clean up this data from the message */
     109        CHECK_FCT_DO( fd_msg_anscb_associate( expired_req, NULL, NULL, NULL ), return NULL);
    107110
    108111        /* Call it */
Note: See TracChangeset for help on using the changeset viewer.