diff options
author | Volker Lendecke <vl@samba.org> | 2008-11-30 12:54:32 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-11-30 17:15:19 +0100 |
commit | 8fc15ab96d198dce6da2324bbd589a5e9e66740e (patch) | |
tree | 174c898b2ef15f6ad97c77024cee5e395cbc48bc /source3/include | |
parent | d253a367ef04e4b00b9b87cbe61d2b19bf95a185 (diff) | |
download | samba-8fc15ab96d198dce6da2324bbd589a5e9e66740e.tar.gz samba-8fc15ab96d198dce6da2324bbd589a5e9e66740e.tar.bz2 samba-8fc15ab96d198dce6da2324bbd589a5e9e66740e.zip |
remove the explicit mem_ctx from ntlmssp_state, use the state itself
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntlmssp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h index f6f9563b7c..55b9249ea7 100644 --- a/source3/include/ntlmssp.h +++ b/source3/include/ntlmssp.h @@ -77,7 +77,6 @@ enum NTLM_MESSAGE_TYPE typedef struct ntlmssp_state { - TALLOC_CTX *mem_ctx; unsigned int ref_count; enum NTLMSSP_ROLE role; enum server_types server_role; |