Navigation


Changeset 924:877592751fee in freeDiameter for libfdcore


Ignore:
Timestamp:
Feb 15, 2013, 1:52:57 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Children:
925:e5a09fab5ef3, 950:51c15f98a965
Phase:
public
Message:

Fix (tentative) for invalid handling of sessions fast creation/destruction as pointed by Yusuke Okura -- http://lists.freediameter.net/pipermail/help/2013-February/000584.html and http://lists.freediameter.net/pipermail/help/2013-February/000589.html -- Thank you very much

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/messages.c

    r912 r924  
    158158        /* Add it to the message */
    159159        CHECK_FCT( fd_msg_avp_add( msg, MSG_BRW_FIRST_CHILD, avp ) );
     160       
     161        /* Save the session associated with the message */
     162        CHECK_FCT( fd_msg_sess_set( msg, sess) );
    160163       
    161164        /* Done! */
Note: See TracChangeset for help on using the changeset viewer.