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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user