1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-12 04:23:49 +03:00

r1629: server_zone needs to be "int" not "int16_t" as it can hold values

larger than 35536 (the max value is actually 12*3600 == 43200)
This commit is contained in:
Andrew Tridgell
2004-08-03 05:44:48 +00:00
committed by Gerald (Jerry) Carter
parent 2e297be5c3
commit 78dcaddbb7

View File

@@ -63,7 +63,7 @@ struct cli_negotiate {
/* capabilities that the server reported */
uint32_t capabilities;
int16_t server_zone;
int server_zone;
time_t server_time;
uint_t readbraw_supported:1;
uint_t writebraw_supported:1;