Module: monitoring-plugins
 Branch: check-disk-thread
 Commit: b686f6c9b565cee565f7268fd894149451b2a9e1
 Author: Holger Weiss <[email protected]>
   Date: Sun Nov 30 11:33:20 2014 +0100
    URL: 
https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=b686f6c

check_disk: Seperate declarations from code

---

 plugins/check_disk.c | 1 +
 1 file changed, 1 insertion(+)

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)
   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) {

Reply via email to