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