mirror of
https://github.com/nmap/nmap.git
synced 2025-12-14 11:49:01 +00:00
Fix for IPP request tostring(). Fixes #2063
This commit is contained in:
@@ -212,7 +212,7 @@ IPP = {
|
||||
data[#data+1] = tostring(group)
|
||||
end
|
||||
data[#data+1] = string.pack("B", IPP.Attribute.IPP_TAG_END)
|
||||
return data
|
||||
return table.concat(data)
|
||||
end,
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user