diff options
Diffstat (limited to 'login/login.c')
-rw-r--r-- | login/login.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/login/login.c b/login/login.c index 075ef15056..4d08dbb472 100644 --- a/login/login.c +++ b/login/login.c @@ -115,7 +115,7 @@ login (const struct utmp *ut) strncpy (copy.ut_line, ttyp, UT_LINESIZE); /* Tell that we want to use the UTMP file. */ - if (utmpname (_PATH_UTMP) != 0) + if (utmpname (_PATH_UTMP) == 0) { struct utmp *old; |