1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 12:59:02 +00:00

Add a missing return in unpwdb.timelimit.

This commit is contained in:
david
2010-04-16 01:52:28 +00:00
parent 0e7e3b90ca
commit 84d99961a9

View File

@@ -160,6 +160,7 @@ timelimit = function()
if not limit then
error(err)
end
return limit
end
if t <= 3 then