comm_locate_fd(), not comm_lookup_fd().

This commit is contained in:
William Pitcock 2007-12-22 16:30:06 -06:00
parent 5cd74a3b6c
commit c1e5bc4117
1 changed files with 1 additions and 1 deletions

View File

@ -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;