From 2d03acc079dca3badf7ff7098fb7e97a5ffdef4d Mon Sep 17 00:00:00 2001 From: Harlan Stenn Date: Sun, 14 Sep 2008 18:41:58 -0400 Subject: [PATCH] Remove comment made spurious by the fix for [Bug 1067] bk: 48cd93363TZp2zrQPPBl5WmVp1VF0Q --- ntpd/ntpd.c | 1 - 1 file changed, 1 deletion(-) 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"); -- 2.47.3