Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > cd0f440b578c03b7706d19492362a305 > files > 28

ntp-4.2.6p5-24.7.mga5.src.rpm

2014-12-12 11:24:22+00:00, stenn@psp-fb1.ntp.org +1 -0
  [Sec 2670] Missing return; from error clause

--- 1.350/ntpd/ntp_proto.c	2014-11-21 11:06:57 +00:00
+++ 1.351/ntpd/ntp_proto.c	2014-12-12 11:24:22 +00:00
@@ -1089,6 +1089,7 @@ receive(
 				fast_xmit(rbufp, MODE_ACTIVE, 0,
 				    restrict_mask);
 				sys_restricted++;
+				return;
 			}
 		}