From bb98bc8562c59c0357e8911fa8952ed5ee20206d Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 23 Aug 2018 19:21:26 +1000 Subject: hs: abolish hs_desc_link_specifier_t The previous commits for 23576 confused hs_desc_link_specifier_t and link_specifier_t. Removing hs_desc_link_specifier_t fixes this confusion. Fixes bug 22781; bugfix on 0.3.2.1-alpha. --- src/feature/hs/hs_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/feature/hs/hs_common.h') diff --git a/src/feature/hs/hs_common.h b/src/feature/hs/hs_common.h index a44505930a..544e63e596 100644 --- a/src/feature/hs/hs_common.h +++ b/src/feature/hs/hs_common.h @@ -262,6 +262,8 @@ extend_info_t *hs_get_extend_info_from_lspecs(const smartlist_t *lspecs, const struct curve25519_public_key_t *onion_key, int direct_conn); +link_specifier_t *link_specifier_dup(const link_specifier_t *src); + #ifdef HS_COMMON_PRIVATE STATIC void get_disaster_srv(uint64_t time_period_num, uint8_t *srv_out); -- cgit v1.2.3-54-g00ecf