]> git.sur5r.net Git - openldap/commitdiff
Fix improperly terminated comment
authorKurt Zeilenga <kurt@openldap.org>
Wed, 12 Apr 2000 01:10:50 +0000 (01:10 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 12 Apr 2000 01:10:50 +0000 (01:10 +0000)
servers/slapd/aclparse.c

index 8724c9a400ea7484b3d98841ae5543bc8f418df6..0a67d70dafca6de4950d5c3bf50bc64ea9f8041d 100644 (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" );