mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 03:49:01 +00:00
merge soc07 r4990 - fixed tiny oversight in nselib debug function
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
module(..., package.seeall)
|
||||
|
||||
print_debug = function(...)
|
||||
local verbosity = 1;
|
||||
if ((#arg > 1) and (tonumber(arg[1]))) then
|
||||
|
||||
Reference in New Issue
Block a user