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

r25552: Convert to standard bool type.

This commit is contained in:
Jelmer Vernooij
2007-10-06 22:16:19 +00:00
committed by Gerald (Jerry) Carter
parent c9651e2c5c
commit b8d6b82f12
24 changed files with 285 additions and 285 deletions

View File

@@ -61,7 +61,7 @@ _PUBLIC_ NTSTATUS authenticate_username_pw(TALLOC_CTX *mem_ctx,
return NT_STATUS_NO_MEMORY;
}
user_info->mapped_state = True;
user_info->mapped_state = true;
user_info->client.account_name = nt4_username;
user_info->mapped.account_name = nt4_username;
user_info->client.domain_name = nt4_domain;