summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-11-04 12:59:54 +0100
committerStefan Metzmacher <metze@samba.org>2011-11-04 14:16:29 +0100
commite99017af7211be96a702ed86502b2f8be4b31d9d (patch)
tree7aa9edea5ea85270cae71bd8eb88420c3a86a86e /source3/include/client.h
parentaea76a3aaa7ea52f563e7bc8a8ed60d9651f9e34 (diff)
downloadsamba-e99017af7211be96a702ed86502b2f8be4b31d9d.tar.gz
samba-e99017af7211be96a702ed86502b2f8be4b31d9d.tar.bz2
samba-e99017af7211be96a702ed86502b2f8be4b31d9d.zip
s3:libsmb: also remember the optional server name from the negprot response
W2K (at least sp4) and higher also send the server name. metze
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h1
1 files changed, 1 insertions, 0 deletions
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;