mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Add missing parentheses
This commit is contained in:
parent
fd399ec850
commit
9d5e47d2d7
1 changed files with 1 additions and 1 deletions
|
@ -1135,7 +1135,7 @@ connection_listener_new(const struct sockaddr *listensockaddr,
|
|||
tor_socket_strerror(errno));
|
||||
}
|
||||
|
||||
#if defined USE_TRANSPARENT && defined(IP_TRANSPARENT)
|
||||
#if defined(USE_TRANSPARENT) && defined(IP_TRANSPARENT)
|
||||
if (options->TransProxyType_parsed == TPT_TPROXY &&
|
||||
type == CONN_TYPE_AP_TRANS_LISTENER) {
|
||||
int one = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue