From c8eaf0ec264fde2f99eaae87c66c7938a336e9ec Mon Sep 17 00:00:00 2001 From: djm Date: Mon, 3 Nov 2008 08:28:21 +0000 Subject: [PATCH] - stevesk@cvs.openbsd.org 2008/11/03 02:44:41 [readconf.c] fix comment --- ChangeLog | 3 +++ readconf.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b9251a2b..61daf514 100644 --- a/ChangeLog +++ b/ChangeLog @@ -103,6 +103,9 @@ - stevesk@cvs.openbsd.org 2008/11/03 01:07:02 [readconf.c] remove valueless comment + - stevesk@cvs.openbsd.org 2008/11/03 02:44:41 + [readconf.c] + fix comment 20080906 - (dtucker) [config.guess config.sub] Update to latest versions from diff --git a/readconf.c b/readconf.c index e61486b0..7f7bbfee 100644 --- a/readconf.c +++ b/readconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.c,v 1.169 2008/11/03 01:07:02 stevesk Exp $ */ +/* $OpenBSD: readconf.c,v 1.170 2008/11/03 02:44:41 stevesk Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -1225,7 +1225,7 @@ parse_forward(Forward *fwd, const char *fwdspec, int dynamicfwd) if ((fwdarg[i] = hpdelim(&cp)) == NULL) break; - /* Check for trailing garbage in 4-arg case*/ + /* Check for trailing garbage */ if (cp != NULL) i = 0; /* failure */ -- 2.45.2