mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
comment cleanup
This commit is contained in:
parent
c4f7bcfc56
commit
b4e8f8f470
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue