don't block on db for fifo_callers del

This commit is contained in:
Michael Jerris 2012-12-10 16:39:02 -05:00
parent 8be9d429fb
commit c4cf1ba222
1 changed files with 1 additions and 1 deletions

View File

@ -2265,7 +2265,7 @@ static void fifo_caller_del(const char *uuid)
sql = switch_mprintf("delete from fifo_callers");
}
fifo_execute_sql_queued(&sql, SWITCH_TRUE, SWITCH_TRUE);
fifo_execute_sql_queued(&sql, SWITCH_TRUE, SWITCH_FALSE);
}