[Nagiosplug-checkins] nagiosplug/plugins check_ide_smart.c,1.5,1.6

Benoit Mortier opensides at users.sourceforge.net
Mon Jan 3 16:17:29 CET 2005


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1250/plugins

Modified Files:
	check_ide_smart.c 
Log Message:

still trying to fix #1094326



Index: check_ide_smart.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_ide_smart.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- check_ide_smart.c	3 Jan 2005 01:37:10 -0000	1.5
+++ check_ide_smart.c	4 Jan 2005 00:16:48 -0000	1.6
@@ -219,8 +219,7 @@
 		}
 
 		if (!device) {
-			show_help ();
-			show_version ();
+			print_help ();
 			return -1;
 		}
 





More information about the Commits mailing list