diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-08-03 05:44:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:57:45 -0500 |
commit | 2d9adf1ea5f7928c1f4f14f3f885d688ba5fa744 (patch) | |
tree | 30a2c0d80d5ecd24bdf6f905f03d1f7fda4e3bfd /source4/include/cli_context.h | |
parent | 16e452ddf84ea6b3458fbd17fac3ecd2be3f9b9d (diff) | |
download | samba-2d9adf1ea5f7928c1f4f14f3f885d688ba5fa744.tar.gz samba-2d9adf1ea5f7928c1f4f14f3f885d688ba5fa744.tar.bz2 samba-2d9adf1ea5f7928c1f4f14f3f885d688ba5fa744.zip |
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 used to be commit 78dcaddbb78574b7f489989df0b1f979677bb7d5)
Diffstat (limited to 'source4/include/cli_context.h')
-rw-r--r-- | source4/include/cli_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/cli_context.h b/source4/include/cli_context.h index e0bf1689ad..6887160987 100644 --- a/source4/include/cli_context.h +++ b/source4/include/cli_context.h @@ -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; |