summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 37e5a9a)
raw | patch | inline | side by side (parent: 37e5a9a)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 1 Sep 2007 18:53:52 +0000 (20:53 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 1 Sep 2007 18:53:52 +0000 (20:53 +0200) |
src/netlink.c | patch | blob | history |
diff --git a/src/netlink.c b/src/netlink.c
index fa8a92f2e6850c678e5aa1a7dd70ca077c58b97f..6f9f593cbeefdf13a006c07caf6f7f79ce60f300 100644 (file)
--- a/src/netlink.c
+++ b/src/netlink.c
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;