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