Commit 749033e3 authored by Scott Vokes's avatar Scott Vokes
Browse files

Fix merge error -- changed variable name.

parent 85a7a850
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -904,7 +904,7 @@ static void tick_handler(sender *s) {
    
    BUS_LOG_SNPRINTF(b, 2, LOG_SENDER, b->udata, 64,
        "tick... %p -- %d of %d tx_info in use, %d active FDs\n",
        (void*)s, s->tx_info_in_use, MAX_CONCURRENT_SENDS, s->active_fds);
        (void*)s, tx_info_in_use, MAX_CONCURRENT_SENDS, s->active_fds);
    
    /* Walk table and expire timeouts & items which have been sent.
     *