Navigation


Changeset 1239:b059b9e8ef83 in freeDiameter for libfdcore


Ignore:
Timestamp:
Oct 10, 2013, 11:19:23 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Update the sent request counter in case of expiry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/p_sr.c

    r1238 r1239  
    163163                /* Free the sentreq information */
    164164                fd_list_unlink(&first->chain);
     165                srlist->cnt--;
    165166                fd_list_unlink(&first->expire);
    166167                free(first);
Note: See TracChangeset for help on using the changeset viewer.