Fix typo.
This commit is contained in:
parent
0bd396011a
commit
1df7433e44
@ -519,7 +519,7 @@ int main (int argc, char **argv)
|
|||||||
}
|
}
|
||||||
#ifdef RLOGIN
|
#ifdef RLOGIN
|
||||||
if (rflg) {
|
if (rflg) {
|
||||||
username = malloc (32 * sizeof char);
|
username = malloc (32 * sizeof (char));
|
||||||
if (do_rlogin (hostname, username, 32, term, sizeof term)) {
|
if (do_rlogin (hostname, username, 32, term, sizeof term)) {
|
||||||
preauth_flag = true;
|
preauth_flag = true;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user