summaryrefslogtreecommitdiffstats
path: root/readconf.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-02 18:20:03 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-02 18:20:03 +0000
commit3704c2612acefaf588aa58d4d89116d29feef677 (patch)
tree4b3df43f6d3f2e5b2a4a693525d09447959a8716 /readconf.c
parent55b99e35c7cf4d9a63d2c6689fc8bb0dd914f97a (diff)
- stevesk@cvs.openbsd.org 2001/04/02 14:20:23
[readconf.c servconf.c] correct comment; ok markus@
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c5
1 files changed, 2 insertions, 3 deletions
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