aboutsummaryrefslogtreecommitdiff
path: root/ares/acountry.c
diff options
context:
space:
mode:
Diffstat (limited to 'ares/acountry.c')
-rw-r--r--ares/acountry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/acountry.c b/ares/acountry.c
index e61613c50..c30e6b7d7 100644
--- a/ares/acountry.c
+++ b/ares/acountry.c
@@ -199,7 +199,7 @@ int main(int argc, char **argv)
*/
static void wait_ares(ares_channel channel)
{
- while (1)
+ for (;;)
{
struct timeval *tvp, tv;
fd_set read_fds, write_fds;