diff options
Diffstat (limited to 'source4/auth/auth_util.c')
-rw-r--r-- | source4/auth/auth_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/auth_util.c b/source4/auth/auth_util.c index be7992ae82..7835d69e2b 100644 --- a/source4/auth/auth_util.c +++ b/source4/auth/auth_util.c @@ -125,6 +125,7 @@ NTSTATUS make_user_info(TALLOC_CTX *mem_ctx, user_info->plaintext_password = blob; user_info->encrypted = encrypted; + user_info->flags = 0; DEBUG(10,("made an %sencrypted user_info for %s (%s)\n", encrypted ? "":"un" , account_name, c_account_name)); |