diff --git a/ChangeLog b/ChangeLog index a64eff3fc..f581613d3 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 @@ -4837,4 +4840,4 @@ OpenServer 6 and add osr5bigcrypt support so when someone migrates passwords between UnixWare and OpenServer they will still work. OK dtucker@ -$Id: ChangeLog,v 1.5124 2008/11/03 08:28:07 djm Exp $ +$Id: ChangeLog,v 1.5125 2008/11/03 08:28:21 djm Exp $ diff --git a/readconf.c b/readconf.c index e61486b09..7f7bbfee2 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 */