]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FSCORE-675
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 21 Sep 2010 15:17:18 +0000 (10:17 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 21 Sep 2010 15:17:18 +0000 (10:17 -0500)
src/switch_event.c

index cfd6a7a13951a76aebe3b0b594ad401f23d7186d..4b1e28aebf5fd41d2fbf622c165ef7450f248e53 100644 (file)
@@ -274,7 +274,7 @@ static void *SWITCH_THREAD_FUNC switch_event_dispatch_thread(switch_thread_t *th
 
 
        switch_mutex_lock(EVENT_QUEUE_MUTEX);
-       EVENT_DISPATCH_QUEUE_RUNNING[my_id] = 1;
+       EVENT_DISPATCH_QUEUE_RUNNING[my_id] = 0;
        THREAD_COUNT--;
        switch_mutex_unlock(EVENT_QUEUE_MUTEX);