mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
Fix utx var typo
This commit is contained in:
parent
17e02fe614
commit
4c67d03656
@ -829,7 +829,7 @@ utmpx_perform_login(struct logininfo *li)
|
||||
return 0;
|
||||
}
|
||||
# else
|
||||
if (!utmpx_write_direct(li, &ut)) {
|
||||
if (!utmpx_write_direct(li, &utx)) {
|
||||
dropbear_log(LOG_WARNING, "utmpx_perform_login: utmp_write_direct() failed");
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user