]> git.sur5r.net Git - openldap/commitdiff
fix mistype.
authorMark Valence <mrv@openldap.org>
Tue, 20 Feb 2001 16:07:05 +0000 (16:07 +0000)
committerMark Valence <mrv@openldap.org>
Tue, 20 Feb 2001 16:07:05 +0000 (16:07 +0000)
servers/slapd/back-ldap/compare.c

index 4221d6fbcd76b4f3a1643d4f7cc8ca46f9a34617..c8033cc1647349ebbd9533c26c38e6b4760b98e6 100644 (file)
@@ -74,7 +74,7 @@ ldap_back_compare(
                return( -1 );
 
        mapped_at = ldap_back_map(&li->at_map, ava->aa_value->bv_val, 0);
-       if (mapped_oc == NULL)
+       if (mapped_at == NULL)
                return( -1 );
 
        ldap_compare_s( lc->ld, mdn, mapped_oc, mapped_at );