From: Harlan Stenn Date: Fri, 26 Jan 2018 06:47:05 +0000 (-0800) Subject: Properly set ippeerlimit in hack_restrict() X-Git-Tag: NTP_4_2_8P11~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=410d39b09316a915ed332081cdfebcfdd6c50fac;p=thirdparty%2Fntp.git Properly set ippeerlimit in hack_restrict() bk: 5a6acee9cAeq0Mxp-nKXzoZdyFjupQ --- diff --git a/ntpd/ntp_restrict.c b/ntpd/ntp_restrict.c index 49b68b5fb..d15744390 100644 --- a/ntpd/ntp_restrict.c +++ b/ntpd/ntp_restrict.c @@ -549,6 +549,7 @@ hack_restrict( match.flags = flags; match.mflags = mflags; + match.ippeerlimit = ippeerlimit; match.expire = expire; res = match_restrict_entry(&match, v6);