diff options
-rw-r--r-- | plugins/check_disk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c index 75f8a9a..eb573f5 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c | |||
@@ -977,6 +977,7 @@ stat_path (struct parameter_list *p) | |||
977 | int statdone = 0; | 977 | int statdone = 0; |
978 | int timer = timeout_interval; | 978 | int timer = timeout_interval; |
979 | struct timespec req, rem; | 979 | struct timespec req, rem; |
980 | |||
980 | req.tv_sec = 0; | 981 | req.tv_sec = 0; |
981 | pthread_create(&stat_thread, NULL, do_stat_path, p); | 982 | pthread_create(&stat_thread, NULL, do_stat_path, p); |
982 | while (timer-- > 0) { | 983 | while (timer-- > 0) { |