mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s4/ldap: Fix nested searches SEGFAULT bug
Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
committed by
Stefan Metzmacher
parent
e3d50e89ab
commit
a4d0ed5a10
@ -37,6 +37,10 @@ struct ldap_request {
|
||||
int num_replies;
|
||||
struct ldap_message **replies;
|
||||
|
||||
/* mark while we are processing replies
|
||||
* in request of type LDAP_TAG_SearchRequest */
|
||||
bool in_dispatch_replies;
|
||||
|
||||
NTSTATUS status;
|
||||
DATA_BLOB data;
|
||||
struct {
|
||||
|
Reference in New Issue
Block a user