Fix typo.

This commit is contained in:
nekral-guest 2008-12-22 22:13:50 +00:00
parent 0bd396011a
commit 1df7433e44

View File

@ -519,7 +519,7 @@ int main (int argc, char **argv)
}
#ifdef RLOGIN
if (rflg) {
username = malloc (32 * sizeof char);
username = malloc (32 * sizeof (char));
if (do_rlogin (hostname, username, 32, term, sizeof term)) {
preauth_flag = true;
} else {