DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16317>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16317 64 bits build on HP-UX logs all IP addresses as 0.0.0.0 ------- Additional Comments From [EMAIL PROTECTED] 2003-01-28 15:15 ------- very weird... accept() doesn't fill in the sockaddr, presumably because accept() thinks we told it (via 3rd parm) that there were 0 bytes to store a sockaddr in. It seems we're out of sync with the kernel w.r.t. the type of that last parameter, in a way where the size is wrong (32 bits vs. 64 bits), but the code looks reasonable. Do you have this in apr.h, or is apr_socklen_t defined to be something else? typedef socklen_t apr_socklen_t; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
