Fix improperly terminated comment

This commit is contained in:
Kurt Zeilenga 2000-04-12 01:10:50 +00:00
parent 360c56a78a
commit 2f0ec52df9

View File

@ -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" );