From e99017af7211be96a702ed86502b2f8be4b31d9d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 4 Nov 2011 12:59:54 +0100 Subject: s3:libsmb: also remember the optional server name from the negprot response W2K (at least sp4) and higher also send the server name. metze --- source3/include/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/client.h b/source3/include/client.h index 37c1dcda44..65da738e22 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -138,6 +138,7 @@ struct cli_state { DATA_BLOB gss_blob; uint8_t challenge[8]; const char *workgroup; + const char *name; int time_zone; time_t system_time; } server; -- cgit