exec plugin: Set the real group, effective group, and real and effective user.
[collectd.git] / src / netlink.c
index fa8a92f..6f9f593 100644 (file)
@@ -130,12 +130,6 @@ static int check_ignorelist (const char *dev,
     if (strcasecmp (i->type, type) != 0)
       continue;
 
-#if 0
-    if ((i->inst != NULL)
-       && ((type_instance == NULL)
-         || (strcasecmp (i->inst, type_instance) != 0)))
-      continue;
-#endif
     if ((i->inst != NULL) && (type_instance != NULL)
        && (strcasecmp (i->inst, type_instance) != 0))
       continue;