X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fcheck_time.c;h=ff94d9b3a3a94bcb4f0ed763ad645e10149d2110;hb=f573447d1f6dbf25b58bbfea81226a2ae3736555;hp=efca91bdc894424d0160e7571ee208339c3da2b2;hpb=e9ccc6b21a1152bbf150302c4a29a6df79d75bd7;p=nagiosplug.git diff --git a/plugins/check_time.c b/plugins/check_time.c index efca91b..ff94d9b 100644 --- a/plugins/check_time.c +++ b/plugins/check_time.c @@ -33,7 +33,7 @@ enum { #define UNIX_EPOCH 2208988800UL -unsigned long server_time, raw_server_time; +uint32_t server_time, raw_server_time; time_t diff_time; int warning_time = 0; int check_warning_time = FALSE;