1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-13 08:23:49 +03:00

net: Use true/false instead of True/False.

This commit is contained in:
Kai Blin
2008-05-12 11:53:23 +02:00
parent 48bf0b42a7
commit a8b567aac3
15 changed files with 203 additions and 203 deletions

View File

@@ -42,7 +42,7 @@ NTSTATUS net_rpc_lookup_name(struct net_context *c,
return result;
}
result = rpccli_lsa_open_policy(lsa_pipe, mem_ctx, False,
result = rpccli_lsa_open_policy(lsa_pipe, mem_ctx, false,
SEC_RIGHTS_MAXIMUM_ALLOWED,
&pol);
if (!NT_STATUS_IS_OK(result)) {