aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> 2004-12-02 21:03:26 +0000
committerGravatar Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> 2004-12-02 21:03:26 +0000
commit3acc7c358f41b3fd960a27a1a8360beb64b2112c (patch)
treeb28d62ddb694f8c57305cc110dfffeae0f98d85c /plugins
parent234481163fc3caf0cb8b14f601f0f9f1458f97f5 (diff)
downloadmonitoring-plugins-3acc7c358f41b3fd960a27a1a8360beb64b2112c.tar.gz
Tracker 1041571: appended :D to getopt_long() args (for cert expiry check). Eric Chen.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@980 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/check_tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c
index af3c7206..119ccf10 100644
--- a/plugins/check_tcp.c
+++ b/plugins/check_tcp.c
@@ -447,7 +447,7 @@ process_arguments (int argc, char **argv)
}
while (1) {
- c = getopt_long (argc, argv, "+hVv46H:s:e:q:m:c:w:t:p:C:W:d:Sr:j",
+ c = getopt_long (argc, argv, "+hVv46H:s:e:q:m:c:w:t:p:C:W:d:Sr:j:D",
longopts, &option);
if (c == -1 || c == EOF || c == 1)