mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fix improperly terminated comment
This commit is contained in:
parent
360c56a78a
commit
2f0ec52df9
@ -275,7 +275,7 @@ parse_acl(
|
||||
pat = ch_strdup( "anonymous" );
|
||||
|
||||
} else if ( strcmp( right, "*" ) == 0 ) {
|
||||
/* dn=* /
|
||||
/* dn=* */
|
||||
/* any or users? any for now */
|
||||
pat = ch_strdup( "users" );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user