]> git.sur5r.net Git - openldap/commitdiff
blind fix: I assume we need to restore ors_scope
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 17 Oct 2007 00:47:55 +0000 (00:47 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 17 Oct 2007 00:47:55 +0000 (00:47 +0000)
servers/slapd/back-bdb/filterindex.c

index cd41d4eaccc0123f47d11dfabee47901ac110404..0e4983f0fc83387f1c5249aa7581ae025ea146fd 100644 (file)
@@ -546,6 +546,7 @@ ext_candidates(
                                        op->ors_scope = scope;
                                        rc = bdb_dn2idl( op, locker, &mra->ma_value, ei, ids,
                                                stack );
+                                       op->ors_scope = sc;
                                }
                                return 0;
                        }