# HG changeset patch # User Sebastien Decugis # Date 1381414763 -7200 # Node ID b059b9e8ef83c52ef0a09ad20ec4dfc5b346cbc9 # Parent 8f9684264fe05e25a073f1cb939a18af2e78fe14 Update the sent request counter in case of expiry diff -r 8f9684264fe0 -r b059b9e8ef83 libfdcore/p_sr.c --- a/libfdcore/p_sr.c Thu Oct 10 16:08:46 2013 +0200 +++ b/libfdcore/p_sr.c Thu Oct 10 16:19:23 2013 +0200 @@ -162,6 +162,7 @@ /* Free the sentreq information */ fd_list_unlink(&first->chain); + srlist->cnt--; fd_list_unlink(&first->expire); free(first);