Fix typo introduced while fixing http://bugs.debian.org/451521 (compile fix).

This commit is contained in:
nekral-guest 2007-11-18 22:52:56 +00:00
parent 0b13ea5676
commit 69525890db
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-11-18 Nicolas François <nicolas.francois@centraliens.net>
* src/login.c: Fix typo introduced while fixing
http://bugs.debian.org/451521 (compile fix).
2007-11-18 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/Makefile.am: Fix typo: EXTRA_DOST -> EXTRA_DIST.

View File

@ -751,7 +751,7 @@ int main (int argc, char **argv)
PAM_FAIL_CHECK;
}
if (setup_groups (pwd)) {
if (setup_groups (pwd))
exit (1);
pwent = *pwd;