changeset 1239:b059b9e8ef83

Update the sent request counter in case of expiry
author Sebastien Decugis <sdecugis@freediameter.net>
date Thu, 10 Oct 2013 16:19:23 +0200
parents 8f9684264fe0
children 0420ccc4671a
files libfdcore/p_sr.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);
 		
"Welcome to our mercurial repository"