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

@@ -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;