diff options
author | Simo Sorce <idra@samba.org> | 2010-07-29 19:55:44 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-30 14:55:27 -0400 |
commit | 186f93633b4890c444115ac4eed109aa24f20b44 (patch) | |
tree | 2f43c02f3fe842897571b5e5121a7a98091b2b09 /source3/include | |
parent | 984438ca1522bfc2d882b2e3e7e8db187577e05a (diff) | |
download | samba-186f93633b4890c444115ac4eed109aa24f20b44.tar.gz samba-186f93633b4890c444115ac4eed109aa24f20b44.tar.bz2 samba-186f93633b4890c444115ac4eed109aa24f20b44.zip |
s3-dcerpc: use common spengo wrapper code for client SPNEGO/NTLMSSP
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntdomain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 98f2df9445..f42ff587ff 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -105,7 +105,7 @@ struct gse_context; struct pipe_auth_data { enum dcerpc_AuthType auth_type; - enum pipe_auth_type_spnego spnego_type; + enum pipe_auth_type_spnego spnego_type; /* used by server only */ enum dcerpc_AuthLevel auth_level; union { |