summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2344811)
raw | patch | inline | side by side (parent: 2344811)
author | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | |
Thu, 2 Dec 2004 21:03:26 +0000 (21:03 +0000) | ||
committer | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | |
Thu, 2 Dec 2004 21:03:26 +0000 (21:03 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@980 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_tcp.c | patch | blob | history |
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c
index af3c7206fdc3c63c45ae5304846a7b5f186df33b..119ccf108a212011915a1a0f69968b568929e5fc 100644 (file)
--- a/plugins/check_tcp.c
+++ b/plugins/check_tcp.c
}
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)