r24712: No longer expose the 'BOOL' data type in any interfaces.
[metze/samba/wip.git] / source4 / libcli / ldap / ldap_client.h
index 0850e8ff64b4334497631a3adb0025559228a5ce..d2a12ee8b5c2607c8a1eeff020e6d07f061965c7 100644 (file)
@@ -53,7 +53,7 @@ struct ldap_connection {
        struct socket_context *sock;
        char *host;
        uint16_t port;
-       BOOL ldaps;
+       bool ldaps;
 
        const char *auth_dn;
        const char *simple_pw;