diff options
Diffstat (limited to 'source3/auth/user_krb5.c')
-rw-r--r-- | source3/auth/user_krb5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/auth/user_krb5.c b/source3/auth/user_krb5.c index f90ef6c158..0939c70b5a 100644 --- a/source3/auth/user_krb5.c +++ b/source3/auth/user_krb5.c @@ -125,6 +125,7 @@ NTSTATUS get_user_from_kerberos_info(TALLOC_CTX *mem_ctx, if (!fuser) { return NT_STATUS_NO_MEMORY; } + *mapped_to_guest = false; pw = smb_getpwnam(mem_ctx, fuser, &unixuser, true); if (pw) { |