X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fstatsd.c;h=8acd9fd21262284e8fe222c3eea3f6b30fbab156;hb=5afde1077e3c8fc119b79caa2572cbf84dbfe5ca;hp=285486d88cee53777c5289db1cd0e3cec632d1f8;hpb=aa3811995bfae69f0d1a0f897acfa4a9a4c0138a;p=collectd.git diff --git a/src/statsd.c b/src/statsd.c index 285486d8..8acd9fd2 100644 --- a/src/statsd.c +++ b/src/statsd.c @@ -500,7 +500,7 @@ static int statsd_network_init (struct pollfd **ret_fds, /* {{{ */ struct pollfd *fds = NULL; size_t fds_num = 0; - struct addrinfo *ai_list = NULL; + struct addrinfo *ai_list; struct addrinfo *ai_ptr; int status;