Navigation


Changeset 824:89c5849b0832 in freeDiameter for libfdcore/messages.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/messages.c

    r740 r824  
    307307       
    308308        /* Save the callback in the message */
    309         if (anscb) {
    310                 CHECK_FCT(  fd_msg_anscb_associate( *pmsg, anscb, data, NULL /* we should maybe use a safeguard here like 1 hour or so? */ )  );
    311         }
     309        CHECK_FCT(  fd_msg_anscb_associate( *pmsg, anscb, data, NULL /* we should maybe use a safeguard here like 1 hour or so? */ )  );
    312310       
    313311        /* Post the message in the outgoing queue */
Note: See TracChangeset for help on using the changeset viewer.