1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-14 09:26:35 +00:00

Another instance of the same bug as in r37734

This commit is contained in:
nnposter
2019-09-08 01:47:11 +00:00
parent 845bed4c2b
commit 7ce92c68df

View File

@@ -552,7 +552,7 @@ VNC = {
return false, "ERROR: VNC:handshake failed to receive security data"
end
for i=1, vncsec.count do
table.insert( vncsec.types, string.unpack("B", tmp, i) )
table.insert( vncsec.types, (string.unpack("B", tmp, i)) )
end
self.vncsec = vncsec
return true