mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 20:09:02 +00:00
minor fix in stun-version to remove a warning from ipOps.fromdword
indentation fix in stun-version
This commit is contained in:
@@ -132,7 +132,9 @@ Attribute = {
|
||||
local function parseAddress(data, pos)
|
||||
local _, addr = nil, {}
|
||||
pos, _, addr.family, addr.port, addr.ip = bin.unpack("<CCSI", data, pos)
|
||||
addr.ip = ipOps.fromdword(addr.ip)
|
||||
if ( addr.ip ) then
|
||||
addr.ip = ipOps.fromdword(addr.ip)
|
||||
end
|
||||
return addr
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user