mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Keep make check-spaces happy
This commit is contained in:
+5
-5
@@ -2866,11 +2866,11 @@ getinfo_helper_policies(control_connection_t *conn,
|
||||
}
|
||||
|
||||
policies_parse_exit_policy_reject_private(
|
||||
&private_policy_list,
|
||||
options->IPv6Exit,
|
||||
configured_addresses,
|
||||
options->ExitPolicyRejectLocalInterfaces,
|
||||
options->ExitPolicyRejectLocalInterfaces);
|
||||
&private_policy_list,
|
||||
options->IPv6Exit,
|
||||
configured_addresses,
|
||||
options->ExitPolicyRejectLocalInterfaces,
|
||||
options->ExitPolicyRejectLocalInterfaces);
|
||||
*answer = policy_dump_to_string(private_policy_list, 1, 1);
|
||||
|
||||
addr_policy_list_free(private_policy_list);
|
||||
|
||||
Reference in New Issue
Block a user