* src/host.c (wait_ares): Remove void assignment

Reported-by: Josef Moellers
This commit is contained in:
Tim Rühsen 2018-05-08 09:36:45 +02:00
parent 15a39093b8
commit 7eff94e881

View File

@ -732,7 +732,7 @@ wait_ares (ares_channel channel)
ares_process (channel, &read_fds, &write_fds);
}
if (timer)
timer = ptimer_destroy (timer);
ptimer_destroy (timer);
}
static void