Clear the network timer on firing in TimedReconnect

This commit is contained in:
Douglas Clowes
2013-06-28 16:14:00 +10:00
parent e4b528426d
commit dcfd6edfbe

View File

@@ -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,