diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-07-18 08:15:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:48 -0500 |
commit | ea3c3b9272e6f90b93e11d898250627009f1abd1 (patch) | |
tree | 4650023d62b673abae2fa64ce89ddf27bc2c4b98 /source3/include | |
parent | 07c034f7c443689749c2b4b138acb991da575c3a (diff) | |
download | samba-ea3c3b9272e6f90b93e11d898250627009f1abd1.tar.gz samba-ea3c3b9272e6f90b93e11d898250627009f1abd1.tar.bz2 samba-ea3c3b9272e6f90b93e11d898250627009f1abd1.zip |
r23946: add support for NTLMSSP sign and seal
NOTE: windows servers are broken with sign only...
metze
(This used to be commit 408bb2e6e2171196a2bd314db181d9b124e931a1)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h index 1c02366ed4..56c7023337 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -36,7 +36,7 @@ struct ads_saslwrap_ops { const char *name; ADS_STATUS (*wrap)(struct ads_struct *, uint8 *buf, uint32 len); ADS_STATUS (*unwrap)(struct ads_struct *); - ADS_STATUS (*disconnect)(struct ads_struct *); + void (*disconnect)(struct ads_struct *); }; enum ads_saslwrap_type { |