Fix enter loop to wait for the termination of all sessions

This commit is contained in:
vemax78 2013-08-21 23:14:42 +02:00
parent 4474087f15
commit 90eaf9d41e
1 changed files with 1 additions and 0 deletions

View File

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