1
0
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:
Jelmer Vernooij
2007-10-06 21:42:58 +00:00
committed by Gerald (Jerry) Carter
parent 97a241692c
commit 190d73b44b
4 changed files with 43 additions and 43 deletions

View File

@@ -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) {