summaryrefslogtreecommitdiff
path: root/source3/include/ntlmssp.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-12-24 22:07:19 +0100
committerStefan Metzmacher <metze@samba.org>2009-12-29 08:46:12 +0100
commit05f7a86a997be45eb23ffc349f79572d570f10ab (patch)
treeec1ea2bd0dfe41cdf8bb72b05f12ff9ced4a7c55 /source3/include/ntlmssp.h
parent7cff7d937e067642f76a1785696653ec07a5495c (diff)
downloadsamba-05f7a86a997be45eb23ffc349f79572d570f10ab.tar.gz
samba-05f7a86a997be45eb23ffc349f79572d570f10ab.tar.bz2
samba-05f7a86a997be45eb23ffc349f79572d570f10ab.zip
s3:ntlmssp: remove unused ntlmssp_stored_response()
metze
Diffstat (limited to 'source3/include/ntlmssp.h')
-rw-r--r--source3/include/ntlmssp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h
index 83c75ea4ff..f30b53f094 100644
--- a/source3/include/ntlmssp.h
+++ b/source3/include/ntlmssp.h
@@ -131,9 +131,4 @@ struct ntlmssp_state
/* ntlmv1 */
struct arcfour_state ntlmv1_arc4_state;
uint32_t ntlmv1_seq_num;
-
- /* it turns out that we don't always get the
- response in at the time we want to process it.
- Store it here, until we need it */
- DATA_BLOB stored_response;
};