diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-08 16:33:15 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-08 16:33:15 +0000 |
commit | 4e366f82dee33c2f9a2e781d77144b2cf76d7c51 (patch) | |
tree | f94f43282102fa89aa11a595ae03387d9c84d040 /plugins/check_mysql_query.c | |
parent | 4bdb362b6126803f86373ebf181925b86d85f0fc (diff) | |
download | monitoring-plugins-4e366f82dee33c2f9a2e781d77144b2cf76d7c51.tar.gz |
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
Diffstat (limited to 'plugins/check_mysql_query.c')
-rw-r--r-- | plugins/check_mysql_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mysql_query.c b/plugins/check_mysql_query.c index e887bca2..a92b8570 100644 --- a/plugins/check_mysql_query.c +++ b/plugins/check_mysql_query.c | |||
@@ -192,7 +192,7 @@ process_arguments (int argc, char **argv) | |||
192 | return ERROR; | 192 | return ERROR; |
193 | 193 | ||
194 | while (1) { | 194 | while (1) { |
195 | c = getopt_long (argc, argv, "hvVSP:p:u:d:H:s:q:w:c:", longopts, &option); | 195 | c = getopt_long (argc, argv, "hvVP:p:u:d:H:s:q:w:c:", longopts, &option); |
196 | 196 | ||
197 | if (c == -1 || c == EOF) | 197 | if (c == -1 || c == EOF) |
198 | break; | 198 | break; |