diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/mainloop/connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mainloop/connection.c b/src/core/mainloop/connection.c index 9d5bad7d8d..55a1dd361e 100644 --- a/src/core/mainloop/connection.c +++ b/src/core/mainloop/connection.c @@ -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); |