From bb6cc07cf4e98d86b38a2011203c6bb724465135 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 17 Sep 2012 13:25:06 +1000 Subject: - dtucker@cvs.openbsd.org 2012/09/13 23:37:36 [servconf.c] Fix comment line length --- ChangeLog | 6 ++++++ servconf.c | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ab48e38f4..83ec4298d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 - (dtucker) OpenBSD CVS Sync - dtucker@cvs.openbsd.org 2012/09/06 09:50:13 diff --git a/servconf.c b/servconf.c index ee2e531a0..f4b7dd58b 100644 --- a/servconf.c +++ b/servconf.c @@ -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 , Espoo, Finland * 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 - * attribute and set the result to zero if any attribute does not match. + * All of the attributes on a single Match line are ANDed together, so we need + * to check every * attribute and set the result to zero if any attribute does + * not match. */ static int match_cfg_line(char **condition, int line, struct connection_info *ci) -- cgit v1.2.3