Author: delphij
Date: Tue May  6 21:34:01 2014
New Revision: 265465
URL: http://svnweb.freebsd.org/changeset/base/265465

Log:
  Don't reply monlist request when it's not enabled.
  
  No objection from:    roberto (but all bugs are mine)
  MFC after:    2 weeks

Modified:
  head/contrib/ntp/ntpd/ntp_request.c

Modified: head/contrib/ntp/ntpd/ntp_request.c
==============================================================================
--- head/contrib/ntp/ntpd/ntp_request.c Tue May  6 21:30:58 2014        
(r265464)
+++ head/contrib/ntp/ntpd/ntp_request.c Tue May  6 21:34:01 2014        
(r265465)
@@ -1920,7 +1920,6 @@ mon_getlist_0(
            printf("wants monitor 0 list\n");
 #endif
        if (!mon_enabled) {
-               req_ack(srcadr, inter, inpkt, INFO_ERR_NODATA);
                return;
        }
        im = (struct info_monitor *)prepare_pkt(srcadr, inter, inpkt,
@@ -1965,7 +1964,6 @@ mon_getlist_1(
        extern int mon_enabled;
 
        if (!mon_enabled) {
-               req_ack(srcadr, inter, inpkt, INFO_ERR_NODATA);
                return;
        }
        im = (struct info_monitor_1 *)prepare_pkt(srcadr, inter, inpkt,
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to