diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-03-26 16:31:52 +0100 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-03-26 16:31:52 +0100 |
commit | 36f4495deee8611f2fc4c62e54616d52f5c25979 (patch) | |
tree | 4c9579bd02124c34c543f874c5b4f5d40ef957ba /plugins/check_procs.c | |
parent | 066b6e68242b5e7a6f1eb665df9b227d896aec66 (diff) | |
download | monitoring-plugins-36f4495.tar.gz |
Rename output to cmd_output
Diffstat (limited to 'plugins/check_procs.c')
-rw-r--r-- | plugins/check_procs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c index a025ee89..931d3dc0 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c | |||
@@ -152,7 +152,7 @@ main (int argc, char **argv) | |||
152 | int i = 0, j = 0; | 152 | int i = 0, j = 0; |
153 | int result = STATE_UNKNOWN; | 153 | int result = STATE_UNKNOWN; |
154 | int ret = 0; | 154 | int ret = 0; |
155 | output chld_out, chld_err; | 155 | cmd_output chld_out, chld_err; |
156 | 156 | ||
157 | setlocale (LC_ALL, ""); | 157 | setlocale (LC_ALL, ""); |
158 | bindtextdomain (PACKAGE, LOCALEDIR); | 158 | bindtextdomain (PACKAGE, LOCALEDIR); |