From: Anthony Minessale Date: Wed, 26 Apr 2006 20:26:02 +0000 (+0000) Subject: update X-Git-Tag: v1.0-beta1~2778 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61af2f4d64fbf51a18febee62412bf13699ec30c;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1267 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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; }