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