From 67cde0f8e7510ac2a684a418b1ff46fd779532f9 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 26 Sep 2003 18:13:52 +0000 Subject: - update to 3.7.1p2 more regressions tests successfull --- security/openssh-portable/files/patch-auth.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'security/openssh-portable/files/patch-auth.c') diff --git a/security/openssh-portable/files/patch-auth.c b/security/openssh-portable/files/patch-auth.c index e8f640a16936..76103d45cad0 100644 --- a/security/openssh-portable/files/patch-auth.c +++ b/security/openssh-portable/files/patch-auth.c @@ -1,6 +1,6 @@ ---- auth.c.orig Tue Mar 5 02:42:43 2002 -+++ auth.c Sun Mar 17 20:53:15 2002 -@@ -193,6 +193,17 @@ +--- auth.c.orig Tue Sep 2 23:32:46 2003 ++++ auth.c Tue Sep 16 20:05:44 2003 +@@ -259,6 +259,17 @@ } #endif /* WITH_AIXAUTHENTICATE */ @@ -18,8 +18,8 @@ /* We found no reason not to let this user try to log on... */ return 1; } -@@ -490,7 +480,7 @@ - if (pw == NULL || !allowed_user(pw)) +@@ -531,7 +542,7 @@ + if (!allowed_user(pw)) return (NULL); #ifdef HAVE_LOGIN_CAP - if ((lc = login_getclass(pw->pw_class)) == NULL) { -- cgit v1.2.3