[Nagiosplug-devel] Bug at check_dig.c (fix)
Rick van der Zwet
rick at cope.nl
Thu May 12 05:54:10 CEST 2005
Not possible tot specify -p (latest snapshot)
Fix:
--- check_dig.c Thu May 12 12:01:27 2005
+++ check_dig.c.new Thu May 12 12:01:11 2005
@@ -213,7 +213,7 @@
return ERROR;
while (1) {
- c = getopt_long (argc, argv, "hVvt:l:H:w:c:T:a:",
longopts, &option);
+ c = getopt_long (argc, argv, "hVvt:l:H:w:c:T:a:p:",
longopts, &option);
if (c == -1 || c == EOF)
break;
Cheerz,
Rick van der Zwet
More information about the Devel
mailing list