svn commit: r260639 - stable/10/contrib/ntp/ntpd
Xin LI
delphij at FreeBSD.org
Tue Jan 14 19:04:33 UTC 2014
Author: delphij
Date: Tue Jan 14 19:04:33 2014
New Revision: 260639
URL: http://svnweb.freebsd.org/changeset/base/260639
Log:
MFC r260637:
Disable 'monitor' feature in ntpd by default.
Security: FreeBSD-SA-14:02.ntpd
Approved by: so
Modified:
stable/10/contrib/ntp/ntpd/ntp_config.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/contrib/ntp/ntpd/ntp_config.c
==============================================================================
--- stable/10/contrib/ntp/ntpd/ntp_config.c Tue Jan 14 19:02:14 2014 (r260638)
+++ stable/10/contrib/ntp/ntpd/ntp_config.c Tue Jan 14 19:04:33 2014 (r260639)
@@ -597,6 +597,8 @@ getconfig(
#endif /* not SYS_WINNT */
}
+ proto_config(PROTO_MONITOR, 0, 0., NULL);
+
for (;;) {
if (tok == CONFIG_END)
break;
More information about the svn-src-all
mailing list