[servconf.c]
     Fix comment line length
This commit is contained in:
Darren Tucker 2012-09-17 13:25:06 +10:00
parent 86dc9b4110
commit bb6cc07cf4
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
20120917
- (dtucker) OpenBSD CVS Sync
- dtucker@cvs.openbsd.org 2012/09/13 23:37:36
[servconf.c]
Fix comment line length
20120907 20120907
- (dtucker) OpenBSD CVS Sync - (dtucker) OpenBSD CVS Sync
- dtucker@cvs.openbsd.org 2012/09/06 09:50:13 - dtucker@cvs.openbsd.org 2012/09/06 09:50:13

View File

@ -1,5 +1,5 @@
/* $OpenBSD: servconf.c,v 1.229 2012/07/13 01:35:21 dtucker Exp $ */ /* $OpenBSD: servconf.c,v 1.230 2012/09/13 23:37:36 dtucker Exp $ */
/* /*
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved * All rights reserved
@ -618,8 +618,9 @@ out:
} }
/* /*
* All of the attributes on a single Match line are ANDed together, so we need to check every * All of the attributes on a single Match line are ANDed together, so we need
* attribute and set the result to zero if any attribute does not match. * to check every * attribute and set the result to zero if any attribute does
* not match.
*/ */
static int static int
match_cfg_line(char **condition, int line, struct connection_info *ci) match_cfg_line(char **condition, int line, struct connection_info *ci)