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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index 065138152b..98f2df9445 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -111,7 +111,8 @@ struct pipe_auth_data {
union {
struct schannel_state *schannel_auth;
struct auth_ntlmssp_state *auth_ntlmssp_state;
- struct gse_context *gssapi_state; /* Client only for now */
+ struct gse_context *gssapi_state;
+ struct spnego_context *spnego_state;
} a_u;
/* Only the client code uses these 3 for now */