1 https://bugs.ntp.org/show_bug.cgi?id=2367
3 --- ntpd/ntp_proto.c.orig
6 process_control(rbufp, restrict_mask);
9 - if (restrict_mask & RES_DONTSERVE) {
10 + if (hismode == MODE_CLIENT && (restrict_mask & RES_DONTSERVE)) {
11 DPRINTF(2, ("receive: drop: RES_DONTSERVE\n"));
13 return; /* no time serve */