aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_service.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-11-09 09:17:53 -0500
committerNick Mathewson <nickm@torproject.org>2017-11-09 09:17:53 -0500
commit06260315645945ca9e08b5a19b67c8adad65a698 (patch)
tree52d4a7cd26645cceb9f4204eb72bca29eea27766 /src/or/hs_service.c
parent59c1016aba63c62e658065475add3cf77f665afa (diff)
parent3124c921e7af15548b8b16d5f239bfdcd178b2ca (diff)
downloadtor-06260315645945ca9e08b5a19b67c8adad65a698.tar.gz
tor-06260315645945ca9e08b5a19b67c8adad65a698.zip
Merge branch 'ticket20895'
Diffstat (limited to 'src/or/hs_service.c')
-rw-r--r--src/or/hs_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_service.c b/src/or/hs_service.c
index a2082b3914..8e2f52dcf0 100644
--- a/src/or/hs_service.c
+++ b/src/or/hs_service.c
@@ -1572,7 +1572,7 @@ pick_intro_point(unsigned int direct_conn, smartlist_t *exclude_nodes)
/* Let's do a basic sanity check here so that we don't end up advertising the
* ed25519 identity key of relays that don't actually support the link
* protocol */
- if (!node_supports_ed25519_link_authentication(node)) {
+ if (!node_supports_ed25519_link_authentication(node, 0)) {
tor_assert_nonfatal(ed25519_public_key_is_zero(&info->ed_identity));
} else {
/* Make sure we *do* have an ed key if we support the link authentication.