[readconf.c]
     fix comment
This commit is contained in:
Damien Miller 2008-11-03 19:28:21 +11:00
parent a279d252ab
commit f4b39538f4
2 changed files with 6 additions and 3 deletions

View File

@ -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 $

View File

@ -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 <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, 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 */