mod_fifo: Avoid getting time twice

We were simply discarding unused the first time we retrieved here.
This commit is contained in:
Travis Cross 2014-05-26 19:58:26 +00:00
parent 64144d73a3
commit a24b0b739f
1 changed files with 0 additions and 1 deletions

View File

@ -1111,7 +1111,6 @@ static void do_unbridge(switch_core_session_t *consumer_session, switch_core_ses
use_count = fifo_get_use_count(outbound_id);
}
ts = switch_micro_time_now();
switch_time_exp_lt(&tm, ts);
switch_strftime_nocheck(date, &retsize, sizeof(date), "%Y-%m-%d %T", &tm);