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: https://git.tokkee.org/?a=commitdiff_plain;h=e5d520eab07c9f461800c01101d803c7aacc640d;p=collectd.git interface plugin: Remove NULL config key. --- diff --git a/src/interface.c b/src/interface.c index 4458b5b9..51be8856 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);