[openssh-commits] [openssh] 01/01: upstream: Correct spelling of persourcenetblocksize in config-dump
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Jan 11 16:36:00 AEDT 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 7d0f8a3369579dfe398536eb4e3da7bc15da9599
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Mon Jan 11 04:48:22 2021 +0000
upstream: Correct spelling of persourcenetblocksize in config-dump
mode.
OpenBSD-Commit-ID: ecdc49e2b6bde6b6b0e52163d621831f6ac7b13d
---
servconf.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/servconf.c b/servconf.c
index b8d2138f..8d7ef5dc 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: servconf.c,v 1.372 2021/01/09 12:10:02 dtucker Exp $ */
+/* $OpenBSD: servconf.c,v 1.373 2021/01/11 04:48:22 dtucker Exp $ */
/*
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
* All rights reserved
@@ -2960,7 +2960,7 @@ dump_config(ServerOptions *o)
printf("none\n");
else
printf("%d\n", o->per_source_max_startups);
- printf("persourcnetblocksize %d:%d\n", o->per_source_masklen_ipv4,
+ printf("persourcenetblocksize %d:%d\n", o->per_source_masklen_ipv4,
o->per_source_masklen_ipv6);
s = NULL;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list