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:
committed by
Gerald (Jerry) Carter
parent
99f4124137
commit
1ce32673d9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user