Max Andersen <[EMAIL PROTECTED]> writes: > Can I manually edit a file or do I have to use the command line to get > correct port range?
Oops! Discard my previous patch. Wrong cut/paste.
diff -b -w -u -r1.2 bind_allows_updates.nasl
--- bind_allows_updates.nasl 5 Mar 2003 12:55:22 -0000 1.2
+++ bind_allows_updates.nasl 9 Oct 2003 06:30:56 -0000
@@ -73,7 +72,7 @@
if(!(ord(r[2]) & 0x09) &&
!(ord(r[3]) & 0x04))
{
- security_warning(port);
+ security_warning(port: port, protocol: "udp");
}
}
exit(0);
