Skip to content

Commit

Permalink
allow --bind-addr (not announce) to work with tor autoservice
Browse files Browse the repository at this point in the history
fix issue reported by @gabridome

Signed-off-by: Saibato <Saibato.naga@pm.me>
  • Loading branch information
Saibato committed Dec 16, 2018
1 parent 2c53572 commit c02929f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions connectd/connectd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1060,9 +1060,6 @@ static struct wireaddr_internal *setup_listeners(const tal_t *ctx,
if (!(proposed_listen_announce[i] & ADDR_LISTEN))
continue;

if (!(proposed_listen_announce[i] & ADDR_ANNOUNCE))
continue;

if (proposed_wireaddr[i].itype != ADDR_INTERNAL_AUTOTOR)
continue;

Expand Down

0 comments on commit c02929f

Please sign in to comment.