From 2ab4d8fc278413b01ff9c4e4496f892398f80a4c Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Sun, 5 Dec 2004 00:54:09 +0000 Subject: fix patch 998291 fix patch 1078934 expect check_ssh fix and check_nt perfdata should stay on one word like in nagios git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1004 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_swap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/check_swap.c') diff --git a/plugins/check_swap.c b/plugins/check_swap.c index 3067f85c..6e2ab723 100644 --- a/plugins/check_swap.c +++ b/plugins/check_swap.c @@ -56,10 +56,10 @@ main (int argc, char **argv) int result = STATE_UNKNOWN; char input_buffer[MAX_INPUT_BUFFER]; char *perf; - int conv_factor = SWAP_CONVERSION; #ifdef HAVE_PROC_MEMINFO FILE *fp; #else + int conv_factor = SWAP_CONVERSION; # ifdef HAVE_SWAP char *temp_buffer; char *swap_command; -- cgit v1.2.3-74-g34f1