DOH left a line behind, regression from 0748711 MODAPP-453

This commit is contained in:
Anthony Minessale 2010-09-22 16:38:45 -05:00
parent 3548168d8f
commit cc42515e9f

View 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_status", "DONE");
switch_channel_set_variable(other_channel, "fifo_timestamp", date); switch_channel_set_variable(other_channel, "fifo_timestamp", date);
switch_thread_rwlock_unlock(node->rwlock);
send_presence(node); send_presence(node);
check_cancel(node); check_cancel(node);
switch_core_session_rwunlock(other_session); switch_core_session_rwunlock(other_session);