mirror of
https://github.com/shadow-maint/shadow.git
synced 2024-11-28 12:34:39 +08:00
Fix typo.
This commit is contained in:
parent
0bd396011a
commit
1df7433e44
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user