Fix typo introduced while fixing http://bugs.debian.org/451521 (compile fix).
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user