Parcourir la source

Left in a debugging `sleep(10)`

John C. Frickson il y a 9 ans
Parent
commit
886628330c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      plugins/check_http.c

+ 1 - 1
plugins/check_http.c

@@ -150,7 +150,7 @@ int
 main (int argc, char **argv)
 {
   int result = STATE_UNKNOWN;
-sleep(10);
+
   setlocale (LC_ALL, "");
   bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);