diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-07 08:14:06 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-08 10:56:26 +0200 |
commit | ea0ac9cdfceae96b0e0be2531d9dea3b079bcd7f (patch) | |
tree | ae904221f2837a44676d0e62725e27ecaeb68120 /source4/auth/ntlm/auth_simple.c | |
parent | 1969aa8eacd257951cdc8d13110302c3b9388013 (diff) | |
download | samba-ea0ac9cdfceae96b0e0be2531d9dea3b079bcd7f.tar.gz samba-ea0ac9cdfceae96b0e0be2531d9dea3b079bcd7f.tar.bz2 samba-ea0ac9cdfceae96b0e0be2531d9dea3b079bcd7f.zip |
s4-auth Rename auth -> auth4 to avoid conflict with s3 auth
Diffstat (limited to 'source4/auth/ntlm/auth_simple.c')
-rw-r--r-- | source4/auth/ntlm/auth_simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/auth_simple.c b/source4/auth/ntlm/auth_simple.c index 5f86466db9..241906e281 100644 --- a/source4/auth/ntlm/auth_simple.c +++ b/source4/auth/ntlm/auth_simple.c @@ -38,7 +38,7 @@ _PUBLIC_ NTSTATUS authenticate_username_pw(TALLOC_CTX *mem_ctx, const uint32_t logon_parameters, struct auth_session_info **session_info) { - struct auth_context *auth_context; + struct auth4_context *auth_context; struct auth_usersupplied_info *user_info; struct auth_user_info_dc *user_info_dc; NTSTATUS nt_status; |