diff options
-rw-r--r-- | THANKS.in | 1 | ||||
-rw-r--r-- | plugins/check_ping.c | 4 |
2 files changed, 2 insertions, 3 deletions
@@ -275,3 +275,4 @@ Marc Remy | |||
275 | Matej Vela | 275 | Matej Vela |
276 | Jason Ellison | 276 | Jason Ellison |
277 | Charles-Henri Larose | 277 | Charles-Henri Larose |
278 | Tobias Brox | ||
diff --git a/plugins/check_ping.c b/plugins/check_ping.c index 1367e90..bfdee49 100644 --- a/plugins/check_ping.c +++ b/plugins/check_ping.c | |||
@@ -500,9 +500,7 @@ run_ping (const char *cmd, const char *addr) | |||
500 | (void) fclose (child_stderr); | 500 | (void) fclose (child_stderr); |
501 | 501 | ||
502 | 502 | ||
503 | /* close the pipe - WARNING if status is set */ | 503 | spclose (child_process); |
504 | if (spclose (child_process)) | ||
505 | result = max_state (result, STATE_WARNING); | ||
506 | 504 | ||
507 | if (warn_text == NULL) | 505 | if (warn_text == NULL) |
508 | warn_text = strdup(""); | 506 | warn_text = strdup(""); |