Hi, On Mon, 27 Apr 2009, Benjamin Kramer wrote: > On OS X (and maybe other unices), getaddrinfo(3) returns NULL > in the ai_canonname field if it's called with an IP address for > the hostname. We'll now use the IP address for the hostname if > ai_canonname was NULL, this also matches the behaviour on Linux. > > steps to reproduce: > $ git daemon --export-all > $ git clone git://127.0.0.1/frotz > => git daemon's fork (silently) segfaults. > > Remove the pointless loop while at it. There is only one iteration > because of the break; on the last line and there are no continues. Thanks, I indeed overlooked the "break;", Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html