summaryrefslogtreecommitdiffstats
path: root/plugins/check_ping.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ping.c')
-rw-r--r--plugins/check_ping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ping.c b/plugins/check_ping.c
index 420f148..835d9c1 100644
--- a/plugins/check_ping.c
+++ b/plugins/check_ping.c
@@ -483,7 +483,7 @@ run_ping (char *command_line)
483 483
484 /* close the pipe - WARNING if status is set */ 484 /* close the pipe - WARNING if status is set */
485 if (spclose (child_process)) 485 if (spclose (child_process))
486 result = max (result, STATE_WARNING); 486 result = max_state (result, STATE_WARNING);
487 487
488 return result; 488 return result;
489} 489}