summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--readconf.c5
-rw-r--r--servconf.c5
3 files changed, 8 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 35455ed0..a9e993d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
- stevesk@cvs.openbsd.org 2001/04/02 14:15:31
[sshd.8]
typo; ok markus@
+ - stevesk@cvs.openbsd.org 2001/04/02 14:20:23
+ [readconf.c servconf.c]
+ correct comment; ok markus@
20010402
- (stevesk) log.c openbsd sync; missing newlines
@@ -4802,4 +4805,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1045 2001/04/02 18:18:21 mouring Exp $
+$Id: ChangeLog,v 1.1046 2001/04/02 18:20:03 mouring Exp $
diff --git a/readconf.c b/readconf.c
index bb2f2c0e..365f67eb 100644
--- a/readconf.c
+++ b/readconf.c
@@ -12,7 +12,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: readconf.c,v 1.69 2001/03/20 19:10:16 markus Exp $");
+RCSID("$OpenBSD: readconf.c,v 1.70 2001/04/02 14:20:23 stevesk Exp $");
#include "ssh.h"
#include "xmalloc.h"
@@ -219,8 +219,7 @@ add_remote_forward(Options *options, u_short port, const char *host,
}
/*
- * Returns the number of the token pointed to by cp of length len. Never
- * returns if the token is not known.
+ * Returns the number of the token pointed to by cp or oBadOption.
*/
static OpCodes
diff --git a/servconf.c b/servconf.c
index 68187861..8094d34c 100644
--- a/servconf.c
+++ b/servconf.c
@@ -10,7 +10,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: servconf.c,v 1.72 2001/03/25 13:16:10 stevesk Exp $");
+RCSID("$OpenBSD: servconf.c,v 1.73 2001/04/02 14:20:23 stevesk Exp $");
#ifdef KRB4
#include <krb.h>
@@ -284,8 +284,7 @@ static struct {
};
/*
- * Returns the number of the token pointed to by cp of length len. Never
- * returns if the token is not known.
+ * Returns the number of the token pointed to by cp or sBadOption.
*/
static ServerOpCodes