summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_ccache_access.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-12-22 18:50:55 +1100
committerStefan Metzmacher <metze@samba.org>2009-12-22 21:07:53 +0100
commit5b37cd23bf66ed62e861083d02e9a914f0ffd4c3 (patch)
tree8b42e36dcdaecfd1d24a9052d454fac49e5fcfb4 /source3/winbindd/winbindd_ccache_access.c
parentdee35f793c8f1372b4197f798997dfb1c76a93de (diff)
downloadsamba-5b37cd23bf66ed62e861083d02e9a914f0ffd4c3.tar.gz
samba-5b37cd23bf66ed62e861083d02e9a914f0ffd4c3.tar.bz2
samba-5b37cd23bf66ed62e861083d02e9a914f0ffd4c3.zip
s3:ntlmssp: remove the typedef NTLMSSP_STATE
Andrew Bartlett
Diffstat (limited to 'source3/winbindd/winbindd_ccache_access.c')
-rw-r--r--source3/winbindd/winbindd_ccache_access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_ccache_access.c b/source3/winbindd/winbindd_ccache_access.c
index f0c77b2a7b..b57381ce9a 100644
--- a/source3/winbindd/winbindd_ccache_access.c
+++ b/source3/winbindd/winbindd_ccache_access.c
@@ -49,7 +49,7 @@ static NTSTATUS do_ntlm_auth_with_hashes(const char *username,
DATA_BLOB *auth_msg)
{
NTSTATUS status;
- NTLMSSP_STATE *ntlmssp_state = NULL;
+ struct ntlmssp_state *ntlmssp_state = NULL;
DATA_BLOB dummy_msg, reply;
status = ntlmssp_client_start(&ntlmssp_state);