processes plugin: Fixed a segfault when handling unknown config options.
[collectd.git] / src / processes.c
index f229804..8cf2562 100644 (file)
 static const char *config_keys[] =
 {
        "Process",
-       "ProcessMatch",
-       NULL
+       "ProcessMatch"
 };
 static int config_keys_num = STATIC_ARRAY_SIZE (config_keys);