4
0
Эх сурвалжийг харах

Left in a debugging `sleep(10)`

John C. Frickson 9 жил өмнө
parent
commit
886628330c
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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);