Explorar o código

check_disk: Seperate declarations from code

Holger Weiss %!s(int64=11) %!d(string=hai) anos
pai
achega
589d2f5c58
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      plugins/check_disk.c

+ 1 - 0
plugins/check_disk.c

@@ -999,6 +999,7 @@ stat_path (struct parameter_list *p)
   int statdone = 0;
   int timer = timeout_interval;
   struct timespec req, rem;
+
   req.tv_sec = 0;
   pthread_create(&stat_thread, NULL, do_stat_path, p);
   while (timer-- > 0) {