]> git.sur5r.net Git - openldap/commitdiff
comment cleanup
authorJong Hyuk Choi <jongchoi@openldap.org>
Wed, 30 Apr 2003 16:39:40 +0000 (16:39 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Wed, 30 Apr 2003 16:39:40 +0000 (16:39 +0000)
servers/slapd/back-bdb/passwd.c

index 95cbf9b14dcaa773478d003d4d291ce95b60b22d..181447ca900a86e05c2faaa65e99161dbc976886 100644 (file)
@@ -178,7 +178,7 @@ retry:      /* transaction retry */
 
 #ifdef BDB_SUBENTRIES
        if( is_entry_subentry( e ) ) {
-               /* entry is an alias, don't allow operation */
+               /* entry is a subentry, don't allow operation */
                rs->sr_text = "authorization entry is subentry";
                rc = LDAP_OTHER;
                goto done;