remember why we are doing getsockopt()

This commit is contained in:
Nick Mathewson 2018-12-05 08:14:21 -05:00
parent 4c81ab5914
commit c01507a5fe

View file

@ -1462,6 +1462,7 @@ connection_listener_new(const struct sockaddr *listensockaddr,
} }
#ifndef __APPLE__ #ifndef __APPLE__
/* This code was introduced to help debug #28229. */
int value; int value;
socklen_t len = sizeof(value); socklen_t len = sizeof(value);