]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
minor cleanup
authorHarlan Stenn <stenn@ntp.org>
Sat, 9 May 2015 03:28:48 +0000 (03:28 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 9 May 2015 03:28:48 +0000 (03:28 +0000)
bk: 554d7ef08xx3WP5s08gtra2TWtGvLg

ChangeLog
lib/isc/unix/ifiter_getifaddrs.c

index 3bdc0b0df84e4de5dff24bb4660461f40e4b56a2..d9ad48b2f12c47dfa026df84b8a4809ba792b954 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
 ---
 
-* [Bug 2792] If the IFF_RUNNING interface flag is supported then an interface
-  is ignored as long as this flag is not set since the interface is not usable
-  (e.g., no link).
+* [Bug 2792] If the IFF_RUNNING interface flag is supported then an
+  interface is ignored as long as this flag is not set since the
+  interface is not usable (e.g., no link).
 * CID 739725: Fix a rare resource leak in libevent/listener.c.
 * CID 1295478: Quiet a pedantic potential error from the fix for Bug 2776.
 * CID 1296235: Fix refclock_jjy.c and correcting type of the driver40-ja.html
index b5b48618ff7ace0a0496e69302e2800505e9a32a..ad7c5f85c8ec96c33698190a1ebee53bc515278b 100644 (file)
@@ -148,6 +148,7 @@ internal_current(isc_interfaceiter_t *iter) {
 
 #ifdef __linux
        /*
+        * [Bug 2792]
         * burnicki: iter->pos is usually never NULL here (anymore?),
         * so linux_if_inet6_current(iter) is never called here.
         * However, that routine would check (under Linux), if the
@@ -164,6 +165,7 @@ internal_current(isc_interfaceiter_t *iter) {
 
 #ifdef IFF_RUNNING
        /*
+        * [Bug 2792]
         * burnicki: if the interface is not running then
         * it may be in a tentative state. See above.
         */