mirror of
https://github.com/samba-team/samba.git
synced 2025-10-23 11:33:16 +03:00
r25548: Convert to standard bool type.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
97a241692c
commit
190d73b44b
@@ -369,7 +369,7 @@ static void ldapsrv_accept(struct stream_connection *c)
|
||||
conn->sockets.tls = tls_socket;
|
||||
|
||||
} else if (port == 3268) /* Global catalog */ {
|
||||
conn->global_catalog = True;
|
||||
conn->global_catalog = true;
|
||||
}
|
||||
conn->packet = packet_init(conn);
|
||||
if (conn->packet == NULL) {
|
||||
|
Reference in New Issue
Block a user