Commit c190842a authored by Roger Dingledine's avatar Roger Dingledine
Browse files

point out the bug location to nick. unless i'm wrong.


svn:r17825
parent f6b7e108
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -403,6 +403,8 @@ debug_ntop(const struct sockaddr *sa)
	if (sa->sa_family == AF_INET) {
		struct sockaddr_in *sin = (struct sockaddr_in *) sa;
		return debug_ntoa(ntohl(sin->sin_addr.s_addr));
		/* XXX021 Nick: the above does ntoa of ntohl. This is
		 * probably one to-host too many. -RD */
	}
	if (sa->sa_family == AF_INET6) {
		/* Tor-specific.  In libevent, add more check code. */