From 80786148145e128c961a6f80a05585a17dfca63b Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Fri, 29 Jan 2010 19:05:51 +0200 Subject: 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 --- source4/libcli/ldap/ldap_client.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/libcli') diff --git a/source4/libcli/ldap/ldap_client.h b/source4/libcli/ldap/ldap_client.h index d6ca29f8a7..084de2e6dc 100644 --- a/source4/libcli/ldap/ldap_client.h +++ b/source4/libcli/ldap/ldap_client.h @@ -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 { -- cgit