s3:libsmb: move cli->server{zone,time} to cli->conn.smb1.server.{time_zone,system_time}
[ira/wip.git] / source3 / include / client.h
index cdf8069dfb911caed8364a41f16b55bb122cd284..37c1dcda447e9fd03abbeab3dad3eb9ed8d419a1 100644 (file)
@@ -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;