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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index cdf8069dfb..37c1dcda44 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -62,8 +62,6 @@ struct cli_state {
char *share;
char *dev;
- int serverzone;
- uint32 servertime;
int timeout; /* in milliseconds. */
int initialised;
int win95;
@@ -140,6 +138,8 @@ struct cli_state {
DATA_BLOB gss_blob;
uint8_t challenge[8];
const char *workgroup;
+ int time_zone;
+ time_t system_time;
} server;
uint32_t capabilities;