mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix error message in ipOps.fromdword
This commit is contained in:
parent
10dce0382c
commit
9d5c8962dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue