From 55279dfbe3770563016723c3ba7d1dbbec3d4437 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 30 Dec 2009 13:29:54 +0100 Subject: s3:ntlmssp: remove server_name from ntlmssp_state and fill the server.* fields also for the client MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner --- source3/include/ntlmssp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') 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; -- cgit