aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/policies.h
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2018-07-31 08:41:21 -0400
committerteor <teor@torproject.org>2019-04-24 17:28:34 +1000
commit26183476575abf0f8daccc2f4ca8be4ba0e2a5de (patch)
tree0ceef75dd9ca28d08122b9bc5abbb14f6e26b3e6 /src/core/or/policies.h
parentda268e3b508fb5f9ab3b930deded331c387f7243 (diff)
downloadtor-26183476575abf0f8daccc2f4ca8be4ba0e2a5de.tar.gz
tor-26183476575abf0f8daccc2f4ca8be4ba0e2a5de.zip
Use fascist_firewall_choose_address_ls() in hs_get_extend_info_from_lspecs()
Diffstat (limited to 'src/core/or/policies.h')
-rw-r--r--src/core/or/policies.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/or/policies.h b/src/core/or/policies.h
index f4c68fd952..3c46363c04 100644
--- a/src/core/or/policies.h
+++ b/src/core/or/policies.h
@@ -93,8 +93,7 @@ void fascist_firewall_choose_address_rs(const routerstatus_t *rs,
firewall_connection_t fw_connection,
int pref_only, tor_addr_port_t* ap);
void fascist_firewall_choose_address_ls(const smartlist_t *lspecs,
- int pref_only, tor_addr_port_t* ap,
- int direct_conn);
+ int pref_only, tor_addr_port_t* ap);
void fascist_firewall_choose_address_node(const node_t *node,
firewall_connection_t fw_connection,
int pref_only, tor_addr_port_t* ap);