summaryrefslogtreecommitdiff
path: root/source4/ldap_server/ldap_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ldap_server/ldap_server.h')
-rw-r--r--source4/ldap_server/ldap_server.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/source4/ldap_server/ldap_server.h b/source4/ldap_server/ldap_server.h
index 8eb02a97db..be555146d8 100644
--- a/source4/ldap_server/ldap_server.h
+++ b/source4/ldap_server/ldap_server.h
@@ -31,19 +31,13 @@ struct ldapsrv_connection {
struct ldapsrv_partition *default_partition;
struct ldapsrv_partition *partitions;
- /* partially received request */
- DATA_BLOB partial;
-
/* are we using gensec wrapping? */
BOOL enable_wrap;
- /* reply send queue */
- struct data_blob_list_item *send_queue;
-
- BOOL processing;
-
/* connection should be terminated if non-null */
const char *terminate;
+
+ struct packet_context *packet;
};
struct ldapsrv_call {