Skip to content
Snippets Groups Projects
Commit 2f0ec52d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix improperly terminated comment

parent 360c56a7
No related branches found
No related tags found
No related merge requests found
......@@ -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" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment