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)) {
|
||||
return false;
|
||||
}
|
||||
reason = rQshiftStr(reason_len);
|
||||
reason = rQshiftStr(length);
|
||||
fail(reason);
|
||||
} else {
|
||||
fail("Authentication failed");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user