From 2a68978c564e53cddc90882ee7776a43839dfcff Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Thu, 14 Nov 2002 02:26:34 +0000 Subject: remove call_getopt and ssprintf git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@191 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_mrtg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/check_mrtg.c') diff --git a/plugins/check_mrtg.c b/plugins/check_mrtg.c index 4d297aaa..80c9b008 100644 --- a/plugins/check_mrtg.c +++ b/plugins/check_mrtg.c @@ -332,7 +332,7 @@ process_arguments (int argc, char **argv) value_warning_threshold = strtoul (argv[c++], NULL, 10); } - if (vargc > c && alue_critical_threshold == 0) { + if (argc > c && value_critical_threshold == 0) { value_critical_threshold = strtoul (argv[c++], NULL, 10); } -- cgit v1.2.3-74-g34f1