From: Harlan Stenn Date: Fri, 26 Jan 2018 06:47:05 +0000 (-0800) Subject: Properly set ippeerlimit in hack_restrict() X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b7901e423c48ccc7fc24f9a3fbb0571c6acf3a2;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);