bk: 553ea0e5m_VpVyfTVIfRNUD_XR7Pkg
---
* CID 1269537: Clean up a line of dead code in getShmTime().
+* [Bug 2612] restrict: Warn when 'monitor' can't be disabled because
+ of 'limited'.
* [Bug 2794] Clean up kernel clock status reports.
* [Bug 2800] refclock_true.c true_debug() can't open debug log because
of incompatible open/fdopen parameters.
case PROTO_MONITOR: /* monitoring (monitor) */
if (value)
mon_start(MON_ON);
- else
+ else {
mon_stop(MON_ON);
+ if (mon_enabled)
+ msyslog(LOG_WARNING,
+ "restrict: 'monitor' cannot be disabled while 'limited' is enabled");
+ }
break;
case PROTO_NTP: /* NTP discipline (ntp) */