diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-01-22 10:07:20 +0100 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2017-03-14 19:57:49 +0100 |
commit | 2f630e92c481912de2817b3440c24b6cb00de58a (patch) | |
tree | c91394283d865b7a864162dc019e9633844c3510 | |
parent | 6c9086a35eb8e8283a2fd113918ee0016681f7b7 (diff) | |
download | monitoring-plugins-2f630e92c481912de2817b3440c24b6cb00de58a.tar.gz |
forgot declaration of INVERT_REGEX in getopt otions
-rw-r--r-- | plugins/check_curl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c index cd77be33..1b9064eb 100644 --- a/plugins/check_curl.c +++ b/plugins/check_curl.c | |||
@@ -430,6 +430,7 @@ process_arguments (int argc, char **argv) | |||
430 | {"private-key", required_argument, 0, 'K'}, | 430 | {"private-key", required_argument, 0, 'K'}, |
431 | {"ca-cert", required_argument, 0, CA_CERT_OPTION}, | 431 | {"ca-cert", required_argument, 0, CA_CERT_OPTION}, |
432 | {"useragent", required_argument, 0, 'A'}, | 432 | {"useragent", required_argument, 0, 'A'}, |
433 | {"invert-regex", no_argument, NULL, INVERT_REGEX}, | ||
433 | {"certificate", required_argument, 0, 'C'}, | 434 | {"certificate", required_argument, 0, 'C'}, |
434 | {0, 0, 0, 0} | 435 | {0, 0, 0, 0} |
435 | }; | 436 | }; |