summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/auth_simple.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-02-04 17:49:49 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-02-18 02:19:35 +0100
commite786e8fef9960aadf1e94c70c0fb7ec18c1ed237 (patch)
tree63250524203335db77f2f039f8bcb72d7ba79872 /source4/auth/ntlm/auth_simple.c
parentdd479bd2927a6b470e2b6c6b89ef0e4fdd457d55 (diff)
downloadsamba-e786e8fef9960aadf1e94c70c0fb7ec18c1ed237.tar.gz
samba-e786e8fef9960aadf1e94c70c0fb7ec18c1ed237.tar.bz2
samba-e786e8fef9960aadf1e94c70c0fb7ec18c1ed237.zip
auth: Reorder arguments to generate_session_info
This matches check_ntlm_password() and generate_session_info_pac() Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Feb 18 02:19:35 CET 2012 on sn-devel-104
Diffstat (limited to 'source4/auth/ntlm/auth_simple.c')
-rw-r--r--source4/auth/ntlm/auth_simple.c3
1 files changed, 2 insertions, 1 deletions
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,