s4:ldap_server: make sure we only have one tstream_read_pdu_blob_send() on a connection
[bbaumbach/samba-autobuild/.git] / source4 / ldap_server / ldap_server.h
index 6f8b433a1cdabbbcef74b9538f452fe65b17796a..bfd95c05c1832f09232f55321ecc907f26203735 100644 (file)
@@ -34,6 +34,7 @@ struct ldapsrv_connection {
 
        struct {
                struct tevent_queue *send_queue;
+               struct tevent_req *read_req;
                struct tstream_context *raw;
                struct tstream_context *tls;
                struct tstream_context *sasl;