mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
set o_callback to NULL for read entry callback, avoids crash in replog callback
This commit is contained in:
parent
4c1339cf22
commit
efa1ba86bf
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue