]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Merge branch 'tor-github/pr/1256' into maint-0.4.1
authorDavid Goulet <dgoulet@torproject.org>
Thu, 29 Aug 2019 12:55:31 +0000 (08:55 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 29 Aug 2019 12:55:31 +0000 (08:55 -0400)
1  2 
src/feature/hs/hs_circuit.c
src/feature/hs/hs_service.c

Simple merge
index 8a4f1efb16141d3130ea021b3219578711222ebb,b05f20366f608ff03882a9a94686b1b96417a2cb..28359127423493d6ce37136abe230db451312b7c
@@@ -2071,7 -2105,9 +2071,8 @@@ build_all_descriptors(time_t now
  static hs_service_intro_point_t *
  pick_intro_point(unsigned int direct_conn, smartlist_t *exclude_nodes)
  {
+   const or_options_t *options = get_options();
    const node_t *node;
 -  extend_info_t *info = NULL;
    hs_service_intro_point_t *ip = NULL;
    /* Normal 3-hop introduction point flags. */
    router_crn_flags_t flags = CRN_NEED_UPTIME | CRN_NEED_DESC;