]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix dn_parent call to use normalized base
authorKurt Zeilenga <kurt@openldap.org>
Thu, 4 Jan 2001 00:19:50 +0000 (00:19 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 4 Jan 2001 00:19:50 +0000 (00:19 +0000)
servers/slapd/back-passwd/search.c

index fbd84fd209a706adf7965574e9d124a7a32f59b6..4cc91c042a38874cd705cb328c403d93b75731b3 100644 (file)
@@ -181,7 +181,7 @@ passwd_back_search(
                }
 
        } else {
-               parent = dn_parent( be, base );
+               parent = dn_parent( be, nbase );
 
                /* This backend is only one layer deep. Don't answer requests for
                 * anything deeper than that.