X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/83dbdd3f25ac7edca6365ca7a299e4b8eee6b83e..6f146b5d44db84d647d18805ca58586e1555a0a4:/site.c diff --git a/site.c b/site.c index d0755da..abbaa1e 100644 --- a/site.c +++ b/site.c @@ -1600,7 +1600,7 @@ static int site_beforepoll(void *sst, struct pollfd *fds, int *nfds_io, { struct site *st=sst; - *nfds_io=0; /* We don't use any file descriptors */ + BEFOREPOLL_WANT_FDS(0); /* We don't use any file descriptors */ st->now=*now; /* Work out when our next timeout is. The earlier of 'timeout' or