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() { ...@@ -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");
......
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