summaryrefslogtreecommitdiff
path: root/egg
diff options
context:
space:
mode:
Diffstat (limited to 'egg')
-rw-r--r--egg/egg-dn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/egg/egg-dn.c b/egg/egg-dn.c
index 1c38eacb..4bd9201d 100644
--- a/egg/egg-dn.c
+++ b/egg/egg-dn.c
@@ -227,7 +227,7 @@ egg_dn_read_part (GNode *asn, const gchar *match)
/* Does it match either the OID or the displayable? */
if (g_ascii_strcasecmp (g_quark_to_string (oid), match) != 0) {
name = egg_oid_get_name (oid);
- if (!g_ascii_strcasecmp (name, match) == 0)
+ if (g_ascii_strcasecmp (name, match) == 0)
continue;
}