mirror of git://anongit.mindrot.org/openssh.git
upstream: Correct spelling of persourcenetblocksize in config-dump
mode. OpenBSD-Commit-ID: ecdc49e2b6bde6b6b0e52163d621831f6ac7b13d
This commit is contained in:
parent
ba328bd7a6
commit
7d0f8a3369
|
@ -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@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;
|
||||
|
|
Loading…
Reference in New Issue