Skip to content

Commit

Permalink
upstream: bad whitespace in config dump output
Browse files Browse the repository at this point in the history
OpenBSD-Commit-ID: d899c13b0e8061d209298eaf58fe53e3643e967c
  • Loading branch information
djmdjm committed Sep 15, 2024
1 parent 671c440 commit ce171d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servconf.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit ce171d0

Please sign in to comment.