mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
remember why we are doing getsockopt()
This commit is contained in:
@@ -1462,6 +1462,7 @@ connection_listener_new(const struct sockaddr *listensockaddr,
|
||||
}
|
||||
|
||||
#ifndef __APPLE__
|
||||
/* This code was introduced to help debug #28229. */
|
||||
int value;
|
||||
socklen_t len = sizeof(value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user