summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 0d5d2ea8fb..0f28fa0d08 100644
--- a/source3/include/client.h
+++ b/source3/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;