Skip to content

Commit

Permalink
upstream: Correct spelling of persourcenetblocksize in config-dump
Browse files Browse the repository at this point in the history
mode.

OpenBSD-Commit-ID: ecdc49e2b6bde6b6b0e52163d621831f6ac7b13d
  • Loading branch information
daztucker committed Jan 11, 2021
1 parent ba328bd commit 7d0f8a3
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,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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 7d0f8a3

Please sign in to comment.