]> andersk Git - openssh.git/blobdiff - readconf.c
- markus@cvs.openbsd.org 2001/04/03 23:32:12
[openssh.git] / readconf.c
index 33d40e8c3b854754182e4126423d9610a3108c5e..365f67eb0068fcaeb42e27bbea2ac6d42ccc2505 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: readconf.c,v 1.67 2001/03/10 17:51:04 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
This page took 0.046026 seconds and 4 git commands to generate.