summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index c98ee181d5..668691fb47 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -147,7 +147,7 @@ struct pipe_auth_data {
enum dcerpc_AuthLevel auth_level;
union {
struct schannel_state *schannel_auth;
- AUTH_NTLMSSP_STATE *auth_ntlmssp_state;
+ struct auth_ntlmssp_state *auth_ntlmssp_state;
/* struct kerberos_auth_struct *kerberos_auth; TO BE ADDED... */
} a_u;
void (*auth_data_free_func)(struct pipe_auth_data *);