From e786e8fef9960aadf1e94c70c0fb7ec18c1ed237 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 4 Feb 2012 17:49:49 +1100 Subject: auth: Reorder arguments to generate_session_info This matches check_ntlm_password() and generate_session_info_pac() Andrew Bartlett Autobuild-User: Andrew Bartlett Autobuild-Date: Sat Feb 18 02:19:35 CET 2012 on sn-devel-104 --- source4/auth/ntlm/auth_simple.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/auth/ntlm/auth_simple.c') diff --git a/source4/auth/ntlm/auth_simple.c b/source4/auth/ntlm/auth_simple.c index 2e69991926..f6dd9d0e6b 100644 --- a/source4/auth/ntlm/auth_simple.c +++ b/source4/auth/ntlm/auth_simple.c @@ -94,7 +94,8 @@ _PUBLIC_ NTSTATUS authenticate_username_pw(TALLOC_CTX *mem_ctx, if (user_info_dc->info->authenticated) { flags |= AUTH_SESSION_INFO_AUTHENTICATED; } - nt_status = auth_context->generate_session_info(tmp_ctx, auth_context, + nt_status = auth_context->generate_session_info(auth_context, + tmp_ctx, user_info_dc, nt4_username, flags, -- cgit