]> git.sur5r.net Git - openldap/commitdiff
ITS#1716 is_entry_subentr/ies/y/
authorHoward Chu <hyc@openldap.org>
Fri, 5 Apr 2002 06:28:52 +0000 (06:28 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 5 Apr 2002 06:28:52 +0000 (06:28 +0000)
servers/slapd/back-bdb/passwd.c

index a05f22146c1d9f3605cc0a68a9e6f34a0f4c2b32..5d72674985eb34e3301e5bb27d007a1198bf270b 100644 (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;