]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
fix typo from ACLGROUP merge
authorKurt Zeilenga <kurt@openldap.org>
Mon, 26 Oct 1998 03:06:55 +0000 (03:06 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 26 Oct 1998 03:06:55 +0000 (03:06 +0000)
servers/slapd/back-ldbm/group.c

index 51960be08698319d11f0a98b11d6d0affe3b3b42..dadc5fc2e24a649d2fe40c743f84c0836d9ff1d1 100644 (file)
@@ -71,7 +71,7 @@ ldbm_back_group(
                                        "<= ldbm_back_group: failed to find objectClass in groupOfNames\n", 
                         0, 0, 0 ); 
             }
-            else if (value_find(Member->a_vals, &bvMembers, SYNTAX_CIS, 1) != 0) {
+            else if (value_find(member->a_vals, &bvMembers, SYNTAX_CIS, 1) != 0) {
                 Debug( LDAP_DEBUG_ACL, "<= ldbm_back_group: %s not in %s: groupOfNames\n", 
                         edn, bdn, 0 ); 
             }