Commit 028b26f1 authored by Joel Martin's avatar Joel Martin

Fix reason_len not defined bug.

parent ce2b6909
......@@ -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");
......
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