1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r8259: We want to oset the provided flags not zero

(This used to be commit 50d8ccacca707738f131e47c739dcfacde1311e6)
This commit is contained in:
Simo Sorce 2005-07-09 11:17:33 +00:00 committed by Gerald (Jerry) Carter
parent bb83629865
commit 3b03ccb2f7

View File

@ -125,7 +125,7 @@ NTSTATUS make_user_info(TALLOC_CTX *mem_ctx,
user_info->plaintext_password = blob;
user_info->encrypted = encrypted;
user_info->flags = 0;
user_info->flags = flags;
DEBUG(10,("made an %sencrypted user_info for %s (%s)\n", encrypted ? "":"un" , account_name, c_account_name));