Code

Tracker 1041571: appended :D to getopt_long() args (for cert expiry check). Eric...
authorStanley Hopcroft <stanleyhopcroft@users.sourceforge.net>
Thu, 2 Dec 2004 21:03:26 +0000 (21:03 +0000)
committerStanley 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

index af3c7206fdc3c63c45ae5304846a7b5f186df33b..119ccf108a212011915a1a0f69968b568929e5fc 100644 (file)
@@ -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)