comment cleanup

This commit is contained in:
Jong Hyuk Choi 2003-04-30 16:39:40 +00:00
parent c4f7bcfc56
commit b4e8f8f470

View 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;