diff options
-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 7e49a96..cdb5306 100644 --- a/pingu_burst.c +++ b/pingu_burst.c @@ -15,7 +15,7 @@ void ping_burst_start(struct ev_loop *loop, struct pingu_host *host) { struct addrinfo hints; - struct addrinfo *ai, *rp; + struct addrinfo *ai = NULL, *rp; int r; char buf[64]; |