Code

Split long line in check_cluster --help
[nagiosplug.git] / plugins-root / pst3.c
index 7586d5f39721c3059b3d84f778244b7c22528931..8ca52814854fa37ac55815ea82ae5045cc11ce7a 100644 (file)
@@ -49,7 +49,6 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <procfs.h>
-#include <errno.h>
 #include <sys/types32.h>
 
 /*
@@ -234,6 +233,8 @@ try_again:
     printf("\n");
   }
 
+  (void) closedir(procdir);
+
   return (0);
 }