summaryrefslogtreecommitdiff
path: root/source3/include/ntlmssp.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-12-30 13:29:54 +0100
committerGünther Deschner <gd@samba.org>2010-03-24 17:34:55 +0100
commit55279dfbe3770563016723c3ba7d1dbbec3d4437 (patch)
treefac8e0937ee2445403047c6b8a0188d42aa3dd19 /source3/include/ntlmssp.h
parenteb1780981252f05c792a1e40b7d0471f5b670ef5 (diff)
downloadsamba-55279dfbe3770563016723c3ba7d1dbbec3d4437.tar.gz
samba-55279dfbe3770563016723c3ba7d1dbbec3d4437.tar.bz2
samba-55279dfbe3770563016723c3ba7d1dbbec3d4437.zip
s3:ntlmssp: remove server_name from ntlmssp_state and fill the server.* fields also for the client
Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/ntlmssp.h')
-rw-r--r--source3/include/ntlmssp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h
index 9c9b1fc951..f44922f7b5 100644
--- a/source3/include/ntlmssp.h
+++ b/source3/include/ntlmssp.h
@@ -55,7 +55,6 @@ struct ntlmssp_state
char *workstation;
unsigned char *nt_hash;
unsigned char *lm_hash;
- char *server_domain;
struct {
bool is_standalone;