mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-03 10:59:39 +00:00
Fix reason_len not defined bug.
This commit is contained in:
@@ -817,7 +817,7 @@ init_msg = function() {
|
||||
if (rQwait("SecurityResult reason", length, 8)) {
|
||||
return false;
|
||||
}
|
||||
reason = rQshiftStr(reason_len);
|
||||
reason = rQshiftStr(length);
|
||||
fail(reason);
|
||||
} else {
|
||||
fail("Authentication failed");
|
||||
|
||||
Reference in New Issue
Block a user