Skip to content
Snippets Groups Projects
Commit ba5a5847 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#1716 is_entry_subentr/ies/y/

parent 380806ee
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment