Skip to content

Commit

Permalink
remove packet, not list
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed May 24, 2017
1 parent 27ddb83 commit b4a3ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/io/worker.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ static void fr_worker_check_timeouts(fr_worker_t *worker, fr_time_t now)
final = request->process_async(request, FR_TRANSPORT_ACTION_DONE);

if (final == FR_TRANSPORT_DONE) {
fr_dlist_remove(&worker->waiting_to_die);
fr_dlist_remove(&request->time_order);

fr_log(worker->log, L_DBG, "(%zd) finally finished", request->number);

Expand Down

0 comments on commit b4a3ea9

Please sign in to comment.