1
0
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:
nnposter
2020-06-13 02:10:51 +00:00
parent f5b4d98153
commit 7ff536c8a1
2 changed files with 4 additions and 1 deletions

View File

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