diff options
Diffstat (limited to 'pingu_burst.c')
-rw-r--r-- | pingu_burst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pingu_burst.c b/pingu_burst.c index 0ec89a4..7e49a96 100644 --- a/pingu_burst.c +++ b/pingu_burst.c @@ -40,7 +40,7 @@ void ping_burst_start(struct ev_loop *loop, struct pingu_host *host) for (rp = ai; rp != NULL; rp = rp->ai_next) { sockaddr_from_addrinfo(&host->burst.saddr, ai); - r = pingu_ping_send(loop, host, 0); + r = pingu_ping_send(loop, host, PINGU_PING_IGNORE_ERROR); if (r == 0) break; } |