diff options
author | Volker Lendecke <vl@samba.org> | 2008-11-30 12:43:12 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-11-30 17:15:19 +0100 |
commit | d253a367ef04e4b00b9b87cbe61d2b19bf95a185 (patch) | |
tree | e2481b8d41634d05841cf5d39be05d9107749e3b /source3/include | |
parent | 95873566e3723ce5197b0a7a1689bc9b0b8b9dfd (diff) | |
download | samba-d253a367ef04e4b00b9b87cbe61d2b19bf95a185.tar.gz samba-d253a367ef04e4b00b9b87cbe61d2b19bf95a185.tar.bz2 samba-d253a367ef04e4b00b9b87cbe61d2b19bf95a185.zip |
fix nonempty blank lines
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntlmssp.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h index b014b2170c..f6f9563b7c 100644 --- a/source3/include/ntlmssp.h +++ b/source3/include/ntlmssp.h @@ -98,9 +98,9 @@ typedef struct ntlmssp_state DATA_BLOB lm_resp; DATA_BLOB nt_resp; DATA_BLOB session_key; - + uint32 neg_flags; /* the current state of negotiation with the NTLMSSP partner */ - + void *auth_context; /** @@ -171,5 +171,4 @@ typedef struct ntlmssp_state response in at the time we want to process it. Store it here, until we need it */ DATA_BLOB stored_response; - } NTLMSSP_STATE; |