1
0
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:
dmiller
2015-02-27 14:55:25 +00:00
parent 10dce0382c
commit 9d5c8962dd

View File

@@ -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