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

(-)pam_ssh-1.92.orig/pam_get_pass.c (+2 lines)
Lines 63-68 Link Here
63
	retval = conv->conv(1, msgs, &resp, conv->appdata_ptr);
63
	retval = conv->conv(1, msgs, &resp, conv->appdata_ptr);
64
	if (retval != PAM_SUCCESS)
64
	if (retval != PAM_SUCCESS)
65
		return retval;
65
		return retval;
66
	if (resp[0].resp == NULL)
67
		return PAM_AUTHTOK_RECOVERY_ERR;
66
	retval = pam_set_item(pamh, PAM_AUTHTOK, resp[0].resp);
68
	retval = pam_set_item(pamh, PAM_AUTHTOK, resp[0].resp);
67
	if (retval != PAM_SUCCESS)
69
	if (retval != PAM_SUCCESS)
68
		return retval;
70
		return retval;

Return to bug 266603