]> git.sur5r.net Git - openldap/commitdiff
Fix typo with dnattr parsing
authorHoward Chu <hyc@openldap.org>
Fri, 12 May 2000 09:10:45 +0000 (09:10 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 12 May 2000 09:10:45 +0000 (09:10 +0000)
servers/slapd/aclparse.c

index 0a67d70dafca6de4950d5c3bf50bc64ea9f8041d..ea7f0e37c83f1b2efdb985a0ad9d2ec3c771e739 100644 (file)
@@ -319,7 +319,7 @@ parse_acl(
                                }
 
                                if ( strcasecmp( left, "dnattr" ) == 0 ) {
-                                       if( b->a_dn_pat != NULL ) {
+                                       if( b->a_dn_at != NULL ) {
                                                fprintf( stderr,
                                                        "%s: line %d: dnattr already specified.\n",
                                                        fname, lineno );