comm_locate_fd(), not comm_lookup_fd().
This commit is contained in:
parent
5cd74a3b6c
commit
c1e5bc4117
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue