Commit fce6ac5c authored by Joel Martin's avatar Joel Martin

Fix to "Tolerate fragmented ServerInit".

Issue #39: https://github.com/kanaka/noVNC/issues/issue/39
parent 318d4734
......@@ -815,7 +815,7 @@ init_msg = function() {
break;
case 'SecurityResult' :
if (rQwait("VNC auth response ", 24)) { return false; }
if (rQwait("VNC auth response ", 4)) { return false; }
switch (rQshift32()) {
case 0: // OK
// Fall through to ClientInitialisation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment