X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fiptables.c;h=f6911221df8739f31d77710eb59802a4d9fff1d4;hb=4d370741101aeb037ae52f3529a4a0869e0dc08a;hp=c0854b3f38148f62837699b2289f75e2a22e743a;hpb=448627953cde2f7b3b138f53f4f2c62f0d48b726;p=collectd.git diff --git a/src/iptables.c b/src/iptables.c index c0854b3f..f6911221 100644 --- a/src/iptables.c +++ b/src/iptables.c @@ -28,7 +28,6 @@ #include "common.h" #include "plugin.h" -#include "configfile.h" #include #include @@ -512,7 +511,7 @@ static int iptables_init (void) WARNING ("iptables plugin: Running collectd as root, but the " "CAP_NET_ADMIN capability is missing. The plugin's read " "function will probably fail. Is your init system dropping " - "capabilities ?"); + "capabilities?"); else WARNING ("iptables plugin: collectd doesn't have the CAP_NET_ADMIN " "capability. If you don't want to run collectd as root, try "