mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
Fix improperly terminated comment
This commit is contained in:
parent
360c56a78a
commit
2f0ec52df9
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ parse_acl(
|
||||||
pat = ch_strdup( "anonymous" );
|
pat = ch_strdup( "anonymous" );
|
||||||
|
|
||||||
} else if ( strcmp( right, "*" ) == 0 ) {
|
} else if ( strcmp( right, "*" ) == 0 ) {
|
||||||
/* dn=* /
|
/* dn=* */
|
||||||
/* any or users? any for now */
|
/* any or users? any for now */
|
||||||
pat = ch_strdup( "users" );
|
pat = ch_strdup( "users" );
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue