]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
DOH left a line behind, regression from 0748711 MODAPP-453
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 22 Sep 2010 21:38:45 +0000 (16:38 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 22 Sep 2010 21:38:45 +0000 (16:38 -0500)
src/mod/applications/mod_fifo/mod_fifo.c

index 1cb18986080254d6a4eabb2c015a1f9b8daa3f72..585e4bfab4afac874c1d2ff4ab6164a9a2a31a12 100644 (file)
@@ -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);