mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +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
|
#ifdef USE_IODEBUG_HOOKS
|
||||||
hook_data_int hd;
|
hook_data_int hd;
|
||||||
#endif
|
#endif
|
||||||
fde_t *F = comm_lookup_fd(to->localClient->fd);
|
fde_t *F = comm_locate_fd(to->localClient->fd);
|
||||||
if (!F)
|
if (!F)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue