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:
@@ -160,6 +160,7 @@ timelimit = function()
|
||||
if not limit then
|
||||
error(err)
|
||||
end
|
||||
return limit
|
||||
end
|
||||
|
||||
if t <= 3 then
|
||||
|
||||
Reference in New Issue
Block a user