summaryrefslogtreecommitdiff
path: root/source3/auth/auth_ntlmssp.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-01-10 14:16:04 +0100
committerVolker Lendecke <vl@samba.org>2010-01-10 20:56:16 +0100
commit9bb4766bbaaec58989f1f544b7e2367691a09c53 (patch)
tree2e9e7ff90f5a21131714fd9fbd43b27373bbc035 /source3/auth/auth_ntlmssp.c
parent6f0e7b946557d8955803e65186e9f924c5e469f2 (diff)
downloadsamba-9bb4766bbaaec58989f1f544b7e2367691a09c53.tar.gz
samba-9bb4766bbaaec58989f1f544b7e2367691a09c53.tar.bz2
samba-9bb4766bbaaec58989f1f544b7e2367691a09c53.zip
s3: Remove the typedef for "auth_usersupplied_info"
Diffstat (limited to 'source3/auth/auth_ntlmssp.c')
-rw-r--r--source3/auth/auth_ntlmssp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c
index 4243a24ca7..88f0e69443 100644
--- a/source3/auth/auth_ntlmssp.c
+++ b/source3/auth/auth_ntlmssp.c
@@ -85,7 +85,7 @@ static NTSTATUS auth_ntlmssp_check_password(struct ntlmssp_state *ntlmssp_state,
{
AUTH_NTLMSSP_STATE *auth_ntlmssp_state =
(AUTH_NTLMSSP_STATE *)ntlmssp_state->auth_context;
- auth_usersupplied_info *user_info = NULL;
+ struct auth_usersupplied_info *user_info = NULL;
NTSTATUS nt_status;
bool username_was_mapped;