mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Minor whitespace-only fix
This commit is contained in:
+1
-2
@@ -1732,8 +1732,7 @@ connection_connect_log_client_use_ip_version(const connection_t *conn)
|
||||
|
||||
/* Only clients care about ClientUseIPv4/6, bail out early on servers, and
|
||||
* on connections we don't care about */
|
||||
if (server_mode(options) || !conn
|
||||
|| conn->type == CONN_TYPE_EXIT) {
|
||||
if (server_mode(options) || !conn || conn->type == CONN_TYPE_EXIT) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user