Fix to "Tolerate fragmented ServerInit".
Issue #39: https://github.com/kanaka/noVNC/issues/issue/39
This commit is contained in:
parent
318d473438
commit
fce6ac5cb4
|
@ -815,7 +815,7 @@ init_msg = function() {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'SecurityResult' :
|
case 'SecurityResult' :
|
||||||
if (rQwait("VNC auth response ", 24)) { return false; }
|
if (rQwait("VNC auth response ", 4)) { return false; }
|
||||||
switch (rQshift32()) {
|
switch (rQshift32()) {
|
||||||
case 0: // OK
|
case 0: // OK
|
||||||
// Fall through to ClientInitialisation
|
// Fall through to ClientInitialisation
|
||||||
|
|
Loading…
Reference in New Issue