mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
commit my annotations while i was hunting down the host order bug
This commit is contained in:
+2
-2
@@ -3095,10 +3095,10 @@ alloc_http_authenticator(const char *authenticator)
|
||||
static void
|
||||
client_check_address_changed(int sock)
|
||||
{
|
||||
uint32_t iface_ip, ip_out;
|
||||
uint32_t iface_ip, ip_out; /* host order */
|
||||
struct sockaddr_in out_addr;
|
||||
socklen_t out_addr_len = (socklen_t) sizeof(out_addr);
|
||||
uint32_t *ip;
|
||||
uint32_t *ip; /* host order */
|
||||
|
||||
if (!last_interface_ip)
|
||||
get_interface_address(LOG_INFO, &last_interface_ip);
|
||||
|
||||
Reference in New Issue
Block a user