[ntp:bugs] [Bug 718] configuration of xxx.xxx.xxx.xxx failed
bugzilla at ntp.isc.org
bugzilla at ntp.isc.org
Tue Oct 10 03:32:56 UTC 2006
http://bugs.ntp.isc.org/718
----------------------------------------------------------------------------
Additional Comments From mayer at ntp.org (Danny Mayer)
Submitted on 2006-10-10 03:32
If I understand correctly what you are saying is that the difference is this:
- size_t saddrlen = SOCKLEN(addr);
+ socklen_t saddrlen = SOCKLEN(addr);
or the typedef. On one platform that I looked the difference is between signed
and unsigned int. Since the length of the struct can never be < 0 I don't
understand why this would fix the problem. Can you explain this better?
Danny
--
Danny Mayer <mayer at ntp.org>
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the bugs
mailing list