interface plugin: Remove NULL config key.
authorFlorian Forster <octo@collectd.org>
Mon, 1 Aug 2016 09:12:35 +0000 (11:12 +0200)
committerFlorian Forster <octo@collectd.org>
Mon, 1 Aug 2016 09:12:35 +0000 (11:12 +0200)
src/interface.c

index 4458b5b..51be885 100644 (file)
@@ -85,7 +85,6 @@ static const char *config_keys[] =
        "Interface",
        "IgnoreSelected",
        "ReportInactive",
-       NULL
 };
 static int config_keys_num = STATIC_ARRAY_SIZE (config_keys);