r17197: This patch moves the encryption of bulk data on SASL negotiated security
[samba.git] / source4 / libcli / ldap / ldap_client.h
index 28b9f2763cf7ad78ffaf422a821a930afd8d6bc3..849737d8a9a8a20169549779ec9b21f044f67bb2 100644 (file)
@@ -80,9 +80,6 @@ struct ldap_connection {
        /* Let's support SASL */
        struct gensec_security *gensec;
 
-       /* set if we are wrapping requests */
-       BOOL enable_wrap;
-
        /* the default timeout for messages */
        int timeout;