summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-11-03 19:28:07 +1100
committerDamien Miller <djm@mindrot.org>2008-11-03 19:28:07 +1100
commita279d252ab3be71bdcc0ccc3c691c95ca9a04c24 (patch)
tree6b80419d2c274b71a52fdc86db298ba598dd583a
parent660d7dabc080bb25c48b786e79f8f970d72dfbcd (diff)
- stevesk@cvs.openbsd.org 2008/11/03 01:07:02
[readconf.c] remove valueless comment
-rw-r--r--ChangeLog5
-rw-r--r--readconf.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3054499a..a64eff3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -100,6 +100,9 @@
[ttymodes.c]
protocol 2 tty modes support is now 7.5 years old so remove these
debug3()s; ok deraadt@
+ - stevesk@cvs.openbsd.org 2008/11/03 01:07:02
+ [readconf.c]
+ remove valueless comment
20080906
- (dtucker) [config.guess config.sub] Update to latest versions from
@@ -4834,4 +4837,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.5123 2008/11/03 08:27:52 djm Exp $
+$Id: ChangeLog,v 1.5124 2008/11/03 08:28:07 djm Exp $
diff --git a/readconf.c b/readconf.c
index 27be8df6..e61486b0 100644
--- a/readconf.c
+++ b/readconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: readconf.c,v 1.168 2008/11/01 17:40:33 stevesk Exp $ */
+/* $OpenBSD: readconf.c,v 1.169 2008/11/03 01:07:02 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -942,7 +942,6 @@ read_config_file(const char *filename, const char *host, Options *options,
int active, linenum;
int bad_options = 0;
- /* Open the file. */
if ((f = fopen(filename, "r")) == NULL)
return 0;