diff --git a/src/send.c b/src/send.c index 7c12297..732efb0 100644 --- a/src/send.c +++ b/src/send.c @@ -168,7 +168,7 @@ send_queued_write(int fd, void *data) #ifdef USE_IODEBUG_HOOKS hook_data_int hd; #endif - fde_t *F = comm_lookup_fd(to->localClient->fd); + fde_t *F = comm_locate_fd(to->localClient->fd); if (!F) return;