소스 검색

check_disk: Seperate declarations from code

Holger Weiss 11 년 전
부모
커밋
0d14645cb0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      plugins/check_disk.c

+ 1 - 0
plugins/check_disk.c

@@ -977,6 +977,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) {