From 2d9adf1ea5f7928c1f4f14f3f885d688ba5fa744 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 3 Aug 2004 05:44:48 +0000 Subject: 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) --- source4/include/cli_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/include') 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; -- cgit