Fix reason_len not defined bug.

This commit is contained in:
Joel Martin 2010-10-14 11:07:54 -05:00
parent ce2b6909cd
commit 028b26f14b
1 changed files with 1 additions and 1 deletions

View File

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