summaryrefslogtreecommitdiff
path: root/security/openssh-portable/files/patch-auth.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-09-26 18:13:52 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-09-26 18:13:52 +0000
commit67cde0f8e7510ac2a684a418b1ff46fd779532f9 (patch)
treef9b3ebfc159c1e8d48f0f8ae91cab99a86d87dd3 /security/openssh-portable/files/patch-auth.c
parentAdd wv2, a library providing routines to access Microsoft Word/Excel files. (diff)
- update to 3.7.1p2
more regressions tests successfull
Notes
Notes: svn path=/head/; revision=89470
Diffstat (limited to 'security/openssh-portable/files/patch-auth.c')
-rw-r--r--security/openssh-portable/files/patch-auth.c10
1 files changed, 5 insertions, 5 deletions
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) {