From: djm Date: Sun, 15 Sep 2024 03:09:44 +0000 (+0000) Subject: bad whitespace in config dump output X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=dec349a4c9d62b3acc628b8533152b2de1f00716;p=openbsd bad whitespace in config dump output --- diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c index c056f6391cf..347300e1263 100644 --- a/usr.bin/ssh/servconf.c +++ b/usr.bin/ssh/servconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.c,v 1.417 2024/09/15 01:18:26 djm Exp $ */ +/* $OpenBSD: servconf.c,v 1.418 2024/09/15 03:09:44 djm Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved @@ -3262,7 +3262,7 @@ dump_config(ServerOptions *o) if (o->per_source_penalty.enabled) { printf("persourcepenalties crash:%d authfail:%d noauth:%d " - "grace-exceeded:%d refuseconnection: %d max:%d min:%d " + "grace-exceeded:%d refuseconnection:%d max:%d min:%d " "max-sources4:%d max-sources6:%d " "overflow:%s overflow6:%s\n", o->per_source_penalty.penalty_crash,