1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s4/ldap: Refactor the fix for ldap nested searches

Current implementation synchronizes processing for
all types of LDAP request, not only LDAP_Search ones.

Synchronization for ldap replies processing is done
locally in ldb_ildap module as this concerns only
ildb_callback() function.

Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
This commit is contained in:
Kamen Mazdrashki
2010-01-29 19:05:51 +02:00
committed by Anatoliy Atanasov
parent d07cd37b99
commit 8078614814
2 changed files with 15 additions and 13 deletions

View File

@ -37,10 +37,6 @@ 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 {