summaryrefslogtreecommitdiffstats
path: root/source/include/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/client.h')
-rw-r--r--source/include/client.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/include/client.h b/source/include/client.h
index 0d5d2ea8fb0..0f28fa0d089 100644
--- a/source/include/client.h
+++ b/source/include/client.h
@@ -87,6 +87,15 @@ struct cli_state {
fstring user_name;
fstring domain;
+ /*
+ * The following strings are the
+ * ones returned by the server if
+ * the protocol > NT1.
+ */
+ fstring server_type;
+ fstring server_os;
+ fstring server_domain;
+
fstring share;
fstring dev;
struct nmb_name called;