mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fix typo with dnattr parsing
This commit is contained in:
parent
3ea2de7a86
commit
55f4896cb9
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user