X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fping.c;fp=src%2Fping.c;h=b619e37abf94c354af53cad79fface07371dd6b9;hb=d57e8e17bff41587242dd91df72bdda8f105eae9;hp=b07a4247bf53f7bf446300f2231d915a4f2f3341;hpb=c265bcdf47770ef826a88befb621fe85b16ec5e4;p=collectd.git diff --git a/src/ping.c b/src/ping.c index b07a4247..b619e37a 100644 --- a/src/ping.c +++ b/src/ping.c @@ -488,9 +488,7 @@ static int ping_config(const char *key, const char *value) /* {{{ */ } else if (strncmp(af, "ipv6", 4) == 0) { ping_af = AF_INET6; } else { - ERROR("ping plugin: Bad address family: %s", af); - free(af); - return 1; + WARNING("ping plugin: Ignoring invalid AddressFamily value %s", af); } free(af);