diff options
author | Damien Miller <djm@mindrot.org> | 2008-11-03 19:28:07 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-11-03 19:28:07 +1100 |
commit | a279d252ab3be71bdcc0ccc3c691c95ca9a04c24 (patch) | |
tree | 6b80419d2c274b71a52fdc86db298ba598dd583a /readconf.c | |
parent | 660d7dabc080bb25c48b786e79f8f970d72dfbcd (diff) |
- stevesk@cvs.openbsd.org 2008/11/03 01:07:02
[readconf.c]
remove valueless comment
Diffstat (limited to 'readconf.c')
-rw-r--r-- | readconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/readconf.c b/readconf.c index 27be8df68..e61486b09 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.c,v 1.168 2008/11/01 17:40:33 stevesk Exp $ */ | 1 | /* $OpenBSD: readconf.c,v 1.169 2008/11/03 01:07:02 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * 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, | |||
942 | int active, linenum; | 942 | int active, linenum; |
943 | int bad_options = 0; | 943 | int bad_options = 0; |
944 | 944 | ||
945 | /* Open the file. */ | ||
946 | if ((f = fopen(filename, "r")) == NULL) | 945 | if ((f = fopen(filename, "r")) == NULL) |
947 | return 0; | 946 | return 0; |
948 | 947 | ||