summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-12 16:40:05 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-09-12 16:40:05 +0000
commit7bb37b29c6082c86a2a8b4af4ad6bc6a00793323 (patch)
tree88b101262a3289fd66d8410f19c6202a308a68e1
parent1c0fd09d15ac74eafe4c1fd75e6dbe295a47c7f3 (diff)
- stevesk@cvs.openbsd.org 2001/08/17 18:59:47
[servconf.h] typo in comment
-rw-r--r--ChangeLog5
-rw-r--r--servconf.h8
2 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index aa10a5043..4b1a0f625 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
7 [ssh.1 sshd.8] 7 [ssh.1 sshd.8]
8 document case sensitivity for ssh, sshd and key file 8 document case sensitivity for ssh, sshd and key file
9 options and arguments; ok markus@ 9 options and arguments; ok markus@
10 - stevesk@cvs.openbsd.org 2001/08/17 18:59:47
11 [servconf.h]
12 typo in comment
10 13
1120010815 1420010815
12 - (bal) Fixed stray code in readconf.c that went in by mistake. 15 - (bal) Fixed stray code in readconf.c that went in by mistake.
@@ -6330,4 +6333,4 @@
6330 - Wrote replacements for strlcpy and mkdtemp 6333 - Wrote replacements for strlcpy and mkdtemp
6331 - Released 1.0pre1 6334 - Released 1.0pre1
6332 6335
6333$Id: ChangeLog,v 1.1486 2001/09/12 16:36:17 mouring Exp $ 6336$Id: ChangeLog,v 1.1487 2001/09/12 16:40:05 mouring Exp $
diff --git a/servconf.h b/servconf.h
index ec38880c3..2e10b1c33 100644
--- a/servconf.h
+++ b/servconf.h
@@ -11,7 +11,7 @@
11 * called by a name other than "ssh" or "Secure Shell". 11 * called by a name other than "ssh" or "Secure Shell".
12 */ 12 */
13 13
14/* RCSID("$OpenBSD: servconf.h,v 1.48 2001/08/16 19:18:34 jakob Exp $"); */ 14/* RCSID("$OpenBSD: servconf.h,v 1.49 2001/08/17 18:59:47 stevesk Exp $"); */
15 15
16#ifndef SERVCONF_H 16#ifndef SERVCONF_H
17#define SERVCONF_H 17#define SERVCONF_H
@@ -121,9 +121,9 @@ typedef struct {
121 * see if it's still there 121 * see if it's still there
122 */ 122 */
123 int client_alive_count_max; /* 123 int client_alive_count_max; /*
124 *If the client is unresponsive 124 * If the client is unresponsive
125 * for this many intervals, above 125 * for this many intervals above,
126 * diconnect the session 126 * disconnect the session
127 */ 127 */
128 128
129 char *authorized_keys_file; /* File containing public keys */ 129 char *authorized_keys_file; /* File containing public keys */