Fix reason_len not defined bug.
This commit is contained in:
parent
ce2b6909cd
commit
028b26f14b
|
@ -817,7 +817,7 @@ init_msg = function() {
|
||||||
if (rQwait("SecurityResult reason", length, 8)) {
|
if (rQwait("SecurityResult reason", length, 8)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
reason = rQshiftStr(reason_len);
|
reason = rQshiftStr(length);
|
||||||
fail(reason);
|
fail(reason);
|
||||||
} else {
|
} else {
|
||||||
fail("Authentication failed");
|
fail("Authentication failed");
|
||||||
|
|
Loading…
Reference in New Issue