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

(-)openssh-3.6.1p2-old/auth-passwd.c (-1 / +1 lines)
Lines 125-131 Link Here
125
		ok = 0;
125
		ok = 0;
126
126
127
#if defined(USE_PAM)
127
#if defined(USE_PAM)
128
	return auth_pam_password(authctxt, password) && ok;
128
	return ok && auth_pam_password(authctxt, password);
129
#elif defined(HAVE_OSF_SIA)
129
#elif defined(HAVE_OSF_SIA)
130
	if (!ok)
130
	if (!ok)
131
		return 0;
131
		return 0;

Return to bug 20404