From dff8568f926d65bf0063536ac33772f639dbf723 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 25 Feb 2010 05:56:07 +0000 Subject: [PATCH] * Working on async --- citadel/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/context.c b/citadel/context.c index 6c6a20453..ffe87a09a 100644 --- a/citadel/context.c +++ b/citadel/context.c @@ -593,7 +593,7 @@ void set_async_waiting(struct CitContext *ccptr) { CtdlLogPrintf(CTDL_DEBUG, "Setting async_waiting flag for session %d\n", ccptr->cs_pid); if (ccptr->is_async) { - ccptr->async_waiting = 1; + ccptr->async_waiting++; if (ccptr->state == CON_IDLE) { ccptr->state = CON_READY; } -- 2.30.2