Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 66687
Collapse All | Expand All

(-)src/userdel.c.orig (-2 / +3 lines)
Lines 810-818 Link Here
810
			pam_end (pamh, retval);
810
			pam_end (pamh, retval);
811
	}
811
	}
812
812
813
	if (retval != PAM_SUCCESS)
813
	if (retval != PAM_SUCCESS) {
814
		fprintf (stderr, _("%s: PAM chauthtok failed\n"), Prog);
814
		fprintf (stderr, _("%s: PAM chauthtok failed\n"), Prog);
815
	exit (1);
815
		exit (1);
816
	}
816
817
817
	if (retval == PAM_SUCCESS)
818
	if (retval == PAM_SUCCESS)
818
		pam_end (pamh, PAM_SUCCESS);
819
		pam_end (pamh, PAM_SUCCESS);

Return to bug 66687