diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-18 21:43:40 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-21 08:43:33 +0200 |
commit | 3f079885b21f22ec4f27cccaa6f59ebce0e56067 (patch) | |
tree | a53da6ce70a50a951b6cc23baf1c1d2a4f394b9e /source3/include | |
parent | b9b170a9dd640dbde0a707b972fdb0c611e68df5 (diff) | |
download | samba-3f079885b21f22ec4f27cccaa6f59ebce0e56067.tar.gz samba-3f079885b21f22ec4f27cccaa6f59ebce0e56067.tar.bz2 samba-3f079885b21f22ec4f27cccaa6f59ebce0e56067.zip |
s3-ntlmssp Remove auth_ntlmssp_want_feature()
We now just call the gensec_want_feature() directly.
Andrew Bartlett
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntlmssp_wrap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/ntlmssp_wrap.h b/source3/include/ntlmssp_wrap.h index f58e63e85e..ab1f9cb6aa 100644 --- a/source3/include/ntlmssp_wrap.h +++ b/source3/include/ntlmssp_wrap.h @@ -40,7 +40,6 @@ NTSTATUS auth_ntlmssp_set_domain(struct auth_ntlmssp_state *ans, const char *domain); NTSTATUS auth_ntlmssp_set_password(struct auth_ntlmssp_state *ans, const char *password); -void auth_ntlmssp_want_feature(struct auth_ntlmssp_state *ans, uint32_t feature); DATA_BLOB auth_ntlmssp_get_session_key(struct auth_ntlmssp_state *ans, TALLOC_CTX *mem_ctx); |