From 3704c2612acefaf588aa58d4d89116d29feef677 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 2 Apr 2001 18:20:03 +0000 Subject: - stevesk@cvs.openbsd.org 2001/04/02 14:20:23 [readconf.c servconf.c] correct comment; ok markus@ --- readconf.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'readconf.c') 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 -- cgit v1.2.3