1
0
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:
fyodor
2007-08-11 04:39:39 +00:00
parent e988f4878d
commit 1ffa6fd8c0
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
module(..., package.seeall)
print_debug = function(...)
local verbosity = 1;
if ((#arg > 1) and (tonumber(arg[1]))) then