From: Anthony Minessale Date: Wed, 22 Sep 2010 21:38:45 +0000 (-0500) Subject: DOH left a line behind, regression from 0748711 MODAPP-453 X-Git-Tag: v1.2-rc1~291^2~40^2~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc42515e9f9428dbcef11d081f3396e3c6b46fd8;p=thirdparty%2Ffreeswitch.git DOH left a line behind, regression from 0748711 MODAPP-453 --- diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index 1cb1898608..585e4bfab4 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -2956,7 +2956,6 @@ SWITCH_STANDARD_APP(fifo_function) switch_channel_set_variable(other_channel, "fifo_status", "DONE"); switch_channel_set_variable(other_channel, "fifo_timestamp", date); - switch_thread_rwlock_unlock(node->rwlock); send_presence(node); check_cancel(node); switch_core_session_rwunlock(other_session);