mirror of
https://github.com/nmap/nmap.git
synced 2025-12-28 18:39:03 +00:00
Fix error message in ipOps.fromdword
This commit is contained in:
@@ -160,7 +160,7 @@ end
|
||||
--@return The string representing the address.
|
||||
fromdword = function( ip )
|
||||
if type( ip ) ~= "number" then
|
||||
stdnse.debug1("Error in ipOps.todword: Expected IPv4 address.")
|
||||
stdnse.debug1("Error in ipOps.fromdword: Expected 32-bit number.")
|
||||
return nil
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user