1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

r24712: No longer expose the 'BOOL' data type in any interfaces.

This commit is contained in:
Jelmer Vernooij
2007-08-27 18:10:19 +00:00
committed by Gerald (Jerry) Carter
parent 99f4124137
commit 1ce32673d9
53 changed files with 172 additions and 169 deletions

View 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;