diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2008-11-03 01:07:03 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2008-11-03 01:07:03 +0000 |
commit | 7680100ffb9bf7692b3fca20b6e4284b1d8a5302 (patch) | |
tree | 274f44c6fd7d1123edfccf63759983e4d3114f65 /usr.bin | |
parent | 0825f0a67800a2039cb3fd4dba94ba3e2a95c196 (diff) |
remove valueless comment
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/readconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c index 8874eb62031..2d2a8d3249c 100644 --- a/usr.bin/ssh/readconf.c +++ b/usr.bin/ssh/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 @@ -937,7 +937,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; |