diff options
author | 2012-09-13 23:37:36 +0000 | |
---|---|---|
committer | 2012-09-13 23:37:36 +0000 | |
commit | dae823fe2c1ce62c5859da834ffae24938108979 (patch) | |
tree | 4fafeaf1b67094f1a2697dedf9a98735bb9bd077 | |
parent | specify the bounds of the dst to strlcat (both values were static and (diff) | |
download | wireguard-openbsd-dae823fe2c1ce62c5859da834ffae24938108979.tar.xz wireguard-openbsd-dae823fe2c1ce62c5859da834ffae24938108979.zip |
Fix comment line length
-rw-r--r-- | usr.bin/ssh/servconf.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c index 04ba9e58038..a9398b4d0ce 100644 --- a/usr.bin/ssh/servconf.c +++ b/usr.bin/ssh/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 <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved @@ -579,8 +579,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) |