diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-12-24 21:55:50 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-12-29 08:19:00 +0100 |
commit | e78558a45b5f149603ac97139f1a1e421833969f (patch) | |
tree | 7a903dd48d57e92dae58bf7dcc7fc7fdce2cab6e /source3 | |
parent | 5541a91dfffa9b615e22bd06b2e0848e484a0fa2 (diff) | |
download | samba-e78558a45b5f149603ac97139f1a1e421833969f.tar.gz samba-e78558a45b5f149603ac97139f1a1e421833969f.tar.bz2 samba-e78558a45b5f149603ac97139f1a1e421833969f.zip |
s3:ntlmssp: fix whitespace in ntlmssp.h
metze
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/ntlmssp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h index 315695c5a2..e8903993b5 100644 --- a/source3/include/ntlmssp.h +++ b/source3/include/ntlmssp.h @@ -60,7 +60,7 @@ struct ntlmssp_state DATA_BLOB internal_chal; /* Random challenge as supplied to the client for NTLM authentication */ DATA_BLOB chal; /* Random challenge as input into the actual NTLM (or NTLM2) authentication */ - DATA_BLOB lm_resp; + DATA_BLOB lm_resp; DATA_BLOB nt_resp; DATA_BLOB session_key; |