mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Another instance of the same bug as in r37734
This commit is contained in:
parent
845bed4c2b
commit
7ce92c68df
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue