Skip to content
Snippets Groups Projects
Commit efa1ba86 authored by Luke Howard's avatar Luke Howard
Browse files

set o_callback to NULL for read entry callback, avoids crash in replog callback

parent 4c1339cf
Branches
Tags
No related merge requests found
......@@ -1431,6 +1431,7 @@ int slap_read_controls(
myop = *op;
myop.o_bd = NULL;
myop.o_res_ber = ber;
myop.o_callback = NULL;
rc = slap_send_search_entry( &myop, rs );
if( rc ) return rc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment