mirror of
https://github.com/mirror/wget.git
synced 2025-03-05 07:10:17 +08:00
* src/host.c (wait_ares): Remove void assignment
Reported-by: Josef Moellers
This commit is contained in:
parent
15a39093b8
commit
7eff94e881
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user