From cc42515e9f9428dbcef11d081f3396e3c6b46fd8 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 22 Sep 2010 16:38:45 -0500 Subject: [PATCH] DOH left a line behind, regression from 0748711 MODAPP-453 --- src/mod/applications/mod_fifo/mod_fifo.c | 1 - 1 file changed, 1 deletion(-) 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);