summaryrefslogtreecommitdiffstats
path: root/servconf.c
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2021-01-11 04:48:22 +0000
committerDarren Tucker <dtucker@dtucker.net>2021-01-11 16:35:44 +1100
commit7d0f8a3369579dfe398536eb4e3da7bc15da9599 (patch)
tree06593ba8ff791d1147b4db1bd64d87a87281e908 /servconf.c
parentba328bd7a6774f30daaf90b83f1933cc4afc866c (diff)
upstream: Correct spelling of persourcenetblocksize in config-dump
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c4
1 files 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@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;