Zero out rs->sr_err before send_search_entry

This commit is contained in:
Howard Chu 2004-04-07 16:41:17 +00:00
parent 76453e82ea
commit 0e2a12142a

View file

@ -1263,6 +1263,7 @@ id2entry_retry:
rs->sr_attrs = sop->oq_search.rs_attrs;
rs->sr_ctrls = NULL;
rs->sr_flags = 0;
rs->sr_err = LDAP_SUCCESS;
result = send_search_entry( sop, rs );
}
}