From 61af2f4d64fbf51a18febee62412bf13699ec30c Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 26 Apr 2006 20:26:02 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1267 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/switch_ivr.c b/src/switch_ivr.c index 59d8f062be..1cb97b7249 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -797,8 +797,8 @@ static void *audio_bridge_thread(switch_thread *thread, void *obj) } - - data->running = 0; + his_thread->running = 0; + data->running = 0; return NULL; }