From 90eaf9d41eadf555ab9699ca7da56566237bbf7a Mon Sep 17 00:00:00 2001 From: vemax78 Date: Wed, 21 Aug 2013 23:14:42 +0200 Subject: [PATCH] Fix enter loop to wait for the termination of all sessions --- src/ac/ac_execute.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ac/ac_execute.c b/src/ac/ac_execute.c index a8b2220..c609ae7 100644 --- a/src/ac/ac_execute.c +++ b/src/ac/ac_execute.c @@ -654,6 +654,7 @@ int ac_execute(void) { ac_close_sessions(); /* Wait to terminate all sessions */ + capwap_event_reset(&g_ac.changesessionlist); for (;;) { int count;