Update to version 1.2.29.

This commit is contained in:
David E. O'Brien 2002-06-29 21:21:55 +00:00
parent 94565c5d03
commit 8ee56d7409
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62193

View file

@ -1,5 +1,5 @@
--- sshd.c.orig Mon Jul 3 10:07:35 2000
+++ sshd.c Fri Jun 21 17:57:21 2002
--- sshd.c.orig Mon Jul 3 19:07:35 2000
+++ sshd.c Sat Jun 29 22:25:41 2002
@@ -567,6 +567,19 @@
/* Name of the server configuration file. */
char *config_file_name = SERVER_CONFIG_FILE;
@ -402,6 +402,15 @@
/* Perform session preparation. */
do_authenticated(pw);
@@ -2962,7 +3074,7 @@
#ifdef UF_OPAQUE
UF_OPAQUE |
#endif /* UF_OPAQUE */
- 0)) < 0)
+ 0) < 0)
{
debug("chflags failed for %s, error: %s",
ttyname, strerror(errno));
@@ -3383,15 +3495,16 @@
char line[256];
struct stat st;