From: Kurt Zeilenga Date: Wed, 12 Apr 2000 01:10:50 +0000 (+0000) Subject: Fix improperly terminated comment X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~3106 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2f0ec52df95a97ad7c2040bdb0462691e6cf7274;p=openldap Fix improperly terminated comment --- diff --git a/servers/slapd/aclparse.c b/servers/slapd/aclparse.c index 8724c9a400..0a67d70daf 100644 --- a/servers/slapd/aclparse.c +++ b/servers/slapd/aclparse.c @@ -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" );