Blame SOURCES/ntp-4.2.6p5-restrict46.patch

6e16f6
diff -up ntp-4.2.6p5/ntpd/ntp_parser.y.restrict46 ntp-4.2.6p5/ntpd/ntp_parser.y
6e16f6
--- ntp-4.2.6p5/ntpd/ntp_parser.y.restrict46	2015-12-03 18:14:32.378326330 +0100
6e16f6
+++ ntp-4.2.6p5/ntpd/ntp_parser.y	2015-12-03 18:21:08.369300132 +0100
6e16f6
@@ -734,7 +734,7 @@ access_control_command
6e16f6
 					$4, 
6e16f6
 					ip_file->line_no));
6e16f6
 		}
6e16f6
-	|	T_Restrict ip_address T_Mask ip_address ac_flag_list
6e16f6
+	|	T_Restrict address T_Mask ip_address ac_flag_list
6e16f6
 		{
6e16f6
 			enqueue(cfgt.restrict_opts,
6e16f6
 				create_restrict_node($2, $4, $5, ip_file->line_no));