From 652d3a5b665f8045374eb527494dd9d80ef98d13 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 7 Feb 2018 14:05:33 -0500 Subject: Remove anything related to the old SocksSockets option At this commit, the SocksSocketsGroupWritable option is renamed to UnixSocksGroupWritable. A deprecated warning is triggered if the old option is used and tor will use it properly. Fixes #24343 Signed-off-by: David Goulet --- src/or/connection.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/or/connection.c') diff --git a/src/or/connection.c b/src/or/connection.c index fb87e5b05f..2a6b10763e 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -336,8 +336,6 @@ entry_connection_new(int type, int socket_family) entry_conn->entry_cfg.ipv4_traffic = 1; else if (socket_family == AF_INET6) entry_conn->entry_cfg.ipv6_traffic = 1; - else if (socket_family == AF_UNIX) - entry_conn->is_socks_socket = 1; return entry_conn; } -- cgit v1.2.3-54-g00ecf