mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
remember why we are doing getsockopt()
This commit is contained in:
parent
4c81ab5914
commit
c01507a5fe
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue