ITS#1716 is_entry_subentr/ies/y/

This commit is contained in:
Howard Chu 2002-04-05 06:28:52 +00:00
parent 380806eebe
commit ba5a584729

View File

@ -172,7 +172,7 @@ retry: /* transaction retry */
}
#ifdef BDB_SUBENTRIES
if( is_entry_subentries( e ) ) {
if( is_entry_subentry( e ) ) {
/* entry is an alias, don't allow operation */
*text = "authorization entry is subentry";
rc = LDAP_OTHER;