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

(-)a/PAM.cpp (+1 lines)
Lines 127-132 Link Here
127
			case PAM_MAXTRIES:
126
			case PAM_MAXTRIES:
128
			case PAM_CRED_INSUFFICIENT:
127
			case PAM_CRED_INSUFFICIENT:
129
			case PAM_AUTH_ERR:
128
			case PAM_AUTH_ERR:
129
			case PAM_PERM_DENIED:
130
				throw Auth_Exception(pam_handle, "pam_authentication()", last_result);
130
				throw Auth_Exception(pam_handle, "pam_authentication()", last_result);
131
131
132
			case PAM_SUCCESS:
132
			case PAM_SUCCESS:

Return to bug 756181