]> git.sur5r.net Git - openldap/commitdiff
fix size test in internal search for bdb/hdb
authorPierangelo Masarati <ando@openldap.org>
Mon, 26 Apr 2004 21:47:02 +0000 (21:47 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 26 Apr 2004 21:47:02 +0000 (21:47 +0000)
servers/slapd/saslauthz.c

index 5e49eeb4da4451e97fe14fcd715529889011048a..239c5116294a1c52e362b0f465483c9feae97d94 100644 (file)
@@ -980,6 +980,7 @@ exact_match:
        ber_dupbv_x( &op.o_req_dn, &op.o_req_ndn, op.o_tmpmemctx );
        op.oq_search.rs_slimit = 1;
        op.oq_search.rs_tlimit = -1;
+       op.o_sync_slog_size = -1;
 
        op.o_bd->be_search( &op, &rs );