From b4e8f8f47083fde4c3d52c93fef35dafbf02d783 Mon Sep 17 00:00:00 2001 From: Jong Hyuk Choi Date: Wed, 30 Apr 2003 16:39:40 +0000 Subject: [PATCH] comment cleanup --- servers/slapd/back-bdb/passwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/back-bdb/passwd.c b/servers/slapd/back-bdb/passwd.c index 95cbf9b14d..181447ca90 100644 --- a/servers/slapd/back-bdb/passwd.c +++ b/servers/slapd/back-bdb/passwd.c @@ -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; -- 2.39.5