diff options
Diffstat (limited to 'ares/ahost.c')
-rw-r--r-- | ares/ahost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/ahost.c b/ares/ahost.c index 4e2934057..ce5d35903 100644 --- a/ares/ahost.c +++ b/ares/ahost.c @@ -140,7 +140,7 @@ int main(int argc, char **argv) } /* Wait for all queries to complete. */ - while (1) + for (;;) { FD_ZERO(&read_fds); FD_ZERO(&write_fds); |