From: Florian Forster Date: Mon, 1 Aug 2016 09:12:35 +0000 (+0200) Subject: interface plugin: Remove NULL config key. X-Git-Tag: collectd-5.6.0~135^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5d520eab07c9f461800c01101d803c7aacc640d;p=thirdparty%2Fcollectd.git interface plugin: Remove NULL config key. --- diff --git a/src/interface.c b/src/interface.c index 4458b5b94..51be88564 100644 --- a/src/interface.c +++ b/src/interface.c @@ -85,7 +85,6 @@ static const char *config_keys[] = "Interface", "IgnoreSelected", "ReportInactive", - NULL }; static int config_keys_num = STATIC_ARRAY_SIZE (config_keys);