Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 17336
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: SpanKY <vapier@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Gregorio Guidi (RETIRED) <greg_g@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 17336 depends on: Show dependency tree
Bug 17336 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-03-11 20:00 0000
ntp client in "broadcastclient" mode is broken. 
please consider adding this patch to the ntp source tree: 
 
for more infos about this longstanding bug you can search 
groups.google.com for "ntp broadcastclient" 
 
Thanks. 
 
--- ntpd/ntp_proto.c~   2002-01-17 22:27:47.000000000 +0100 
+++ ntpd/ntp_proto.c    2003-03-12 01:09:25.000000000 +0100 
@@ -352,8 +352,9 @@ 
         * or if not enabled as broadcast client. 
         */ 
        if (PKT_MODE(pkt->li_vn_mode) == MODE_BROADCAST && 
-           (rbufp->dstadr == any_interface || !sys_bclient)) 
+           (!sys_bclient)) { 
                return; 
+       } 
 
        /* 
         * Parse the extension field if present. We figure out whether

------- Comment #1 From SpanKY 2003-08-06 00:48:26 0000 -------
rgr doger, if it's good enough for debian it's good enough for me :)

now in 4.1.2

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug