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:
committed by
Gerald (Jerry) Carter
parent
2e297be5c3
commit
78dcaddbb7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user