From: Harlan Stenn Date: Sun, 14 Sep 2008 22:41:58 +0000 (-0400) Subject: Remove comment made spurious by the fix for [Bug 1067] X-Git-Tag: NTP_4_2_5P132~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d03acc079dca3badf7ff7098fb7e97a5ffdef4d;p=thirdparty%2Fntp.git Remove comment made spurious by the fix for [Bug 1067] bk: 48cd93363TZp2zrQPPBl5WmVp1VF0Q --- diff --git a/ntpd/ntpd.c b/ntpd/ntpd.c index 1d6f19f97..7fbbcd3c0 100644 --- a/ntpd/ntpd.c +++ b/ntpd/ntpd.c @@ -856,7 +856,6 @@ ntpdmain( initializing = 0; #ifdef HAVE_DNSREGISTRATION - /* HMS: does this have to happen this early? */ msyslog(LOG_INFO, "Attemping to register mDNS"); if ( DNSServiceRegister (&mdns, 0, 0, NULL, "_ntp._udp", NULL, NULL, htons(NTP_PORT), 0, NULL, NULL, NULL) != kDNSServiceErr_NoError ) { msyslog(LOG_ERR, "Unable to register mDNS");