]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Remove comment made spurious by the fix for [Bug 1067]
authorHarlan Stenn <stenn@ntp.org>
Sun, 14 Sep 2008 22:41:58 +0000 (18:41 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 14 Sep 2008 22:41:58 +0000 (18:41 -0400)
bk: 48cd93363TZp2zrQPPBl5WmVp1VF0Q

ntpd/ntpd.c

index 1d6f19f9726593697f8e69f78a74c74bca43a569..7fbbcd3c0ed0cb6e3539bb49ddb5f2852214517c 100644 (file)
@@ -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");