]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: bad whitespace in config dump output
authordjm@openbsd.org <djm@openbsd.org>
Sun, 15 Sep 2024 03:09:44 +0000 (03:09 +0000)
committerDamien Miller <djm@mindrot.org>
Sun, 15 Sep 2024 03:10:29 +0000 (13:10 +1000)
OpenBSD-Commit-ID: d899c13b0e8061d209298eaf58fe53e3643e967c

servconf.c

index f343940d77d176be0082c3889c4450d676f89902..89b8413e87d797acc25c7aa71bf29cd0858b9f43 100644 (file)
@@ -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 <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved
@@ -3352,7 +3352,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,