From dcfd6edfbe73df18ea026bbb06c6e98b787f0369 Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Fri, 28 Jun 2013 16:14:00 +1000 Subject: [PATCH] Clear the network timer on firing in TimedReconnect --- asyncqueue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/asyncqueue.c b/asyncqueue.c index e24c0b7f..5b5bef3b 100644 --- a/asyncqueue.c +++ b/asyncqueue.c @@ -186,6 +186,7 @@ static int TimedReconnect(void *cntx, int mode) int iRet; char line[132]; pAsyncQueue self = (pAsyncQueue) cntx; + self->nw_tmr = 0; if (self->state != eAsyncConnected) SICSLogPrintf(eStatus, "Function: %s:%s\n", self->queue_name,