diff options
Diffstat (limited to 'source4/auth/auth_server.c')
-rw-r--r-- | source4/auth/auth_server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_server.c b/source4/auth/auth_server.c index be272e625c..d0c4bfc902 100644 --- a/source4/auth/auth_server.c +++ b/source4/auth/auth_server.c @@ -354,7 +354,7 @@ use this machine as the password server.\n")); if NT_STATUS_IS_OK(nt_status) { struct passwd *pass = Get_Pwnam(user_info->internal_username.str); if (pass) { - nt_status = make_server_info_pw(server_info, pass); + nt_status = make_server_info_pw(auth_context, server_info, pass); } else { nt_status = NT_STATUS_NO_SUCH_USER; } |