Skip to content

Commit ab70167

Browse files
authored
Merge pull request #189 from mgiacomoli/utx-typo
Fix utx var typo
2 parents d1fed8b + 4c67d03 commit ab70167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loginrec.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ utmpx_perform_login(struct logininfo *li)
829829
return 0;
830830
}
831831
# else
832-
if (!utmpx_write_direct(li, &ut)) {
832+
if (!utmpx_write_direct(li, &utx)) {
833833
dropbear_log(LOG_WARNING, "utmpx_perform_login: utmp_write_direct() failed");
834834
return 0;
835835
}

0 commit comments

Comments
 (0)