diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | serverloop.c | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -34,6 +34,9 @@ | |||
34 | - markus@cvs.openbsd.org 2001/02/22 21:59:44 | 34 | - markus@cvs.openbsd.org 2001/02/22 21:59:44 |
35 | [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c] | 35 | [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c] |
36 | use pwcopy in ssh.c, too | 36 | use pwcopy in ssh.c, too |
37 | - markus@cvs.openbsd.org 2001/02/23 15:34:53 | ||
38 | [serverloop.c] | ||
39 | debug2->3 | ||
37 | 40 | ||
38 | 20010304 | 41 | 20010304 |
39 | - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. | 42 | - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. |
@@ -4226,4 +4229,4 @@ | |||
4226 | - Wrote replacements for strlcpy and mkdtemp | 4229 | - Wrote replacements for strlcpy and mkdtemp |
4227 | - Released 1.0pre1 | 4230 | - Released 1.0pre1 |
4228 | 4231 | ||
4229 | $Id: ChangeLog,v 1.862 2001/03/05 05:56:40 mouring Exp $ | 4232 | $Id: ChangeLog,v 1.863 2001/03/05 05:58:23 mouring Exp $ |
diff --git a/serverloop.c b/serverloop.c index fed943ffb..651d3feb5 100644 --- a/serverloop.c +++ b/serverloop.c | |||
@@ -35,7 +35,7 @@ | |||
35 | */ | 35 | */ |
36 | 36 | ||
37 | #include "includes.h" | 37 | #include "includes.h" |
38 | RCSID("$OpenBSD: serverloop.c,v 1.50 2001/02/19 09:53:32 markus Exp $"); | 38 | RCSID("$OpenBSD: serverloop.c,v 1.51 2001/02/23 15:34:53 markus Exp $"); |
39 | 39 | ||
40 | #include "xmalloc.h" | 40 | #include "xmalloc.h" |
41 | #include "packet.h" | 41 | #include "packet.h" |
@@ -245,7 +245,7 @@ retry_select: | |||
245 | tvp = &tv; | 245 | tvp = &tv; |
246 | } | 246 | } |
247 | if (tvp!=NULL) | 247 | if (tvp!=NULL) |
248 | debug2("tvp!=NULL kid %d mili %d", child_terminated, max_time_milliseconds); | 248 | debug3("tvp!=NULL kid %d mili %d", child_terminated, max_time_milliseconds); |
249 | 249 | ||
250 | /* Wait for something to happen, or the timeout to expire. */ | 250 | /* Wait for something to happen, or the timeout to expire. */ |
251 | ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp); | 251 | ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp); |