mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 08:21:09 +01:00
comm_locate_fd(), not comm_lookup_fd().
This commit is contained in:
parent
5cd74a3b6c
commit
c1e5bc4117
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue