From 4e366f82dee33c2f9a2e781d77144b2cf76d7c51 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Sat, 8 Nov 2008 16:33:15 +0000 Subject: Fix long options parsing in check_disk, check_dns, check_mrtg and check_mrtgtraf (check_tcp was done in an earlier commit) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2078 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_ide_smart.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/check_ide_smart.c') diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index 02f07c01..b0a7ef6c 100644 --- a/plugins/check_ide_smart.c +++ b/plugins/check_ide_smart.c @@ -173,7 +173,8 @@ main (int argc, char *argv[]) {"auto-off", no_argument, 0, '0'}, {"nagios", no_argument, 0, 'n'}, {"help", no_argument, 0, 'h'}, - {"version", no_argument, 0, 'V'}, {0, 0, 0, 0} + {"version", no_argument, 0, 'V'}, + {0, 0, 0, 0} }; setlocale (LC_ALL, ""); -- cgit v1.2.3-74-g34f1