summaryrefslogtreecommitdiffstats
path: root/src/fastd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.c')
-rw-r--r--src/fastd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fastd.c b/src/fastd.c
index e456f14..634c736 100644
--- a/src/fastd.c
+++ b/src/fastd.c
@@ -448,6 +448,7 @@ static void handle_handshake_queue(fastd_context_t *ctx) {
if (!fastd_peer_may_connect(ctx, peer)) {
peer->next_remote = peer->remotes;
+ peer->next_remote->current_address = 0;
return;
}