aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 3c055a3b1..c1138fbb8 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -2173,6 +2173,7 @@ GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer,
2173 n->connect_ack_timestamp, 2173 n->connect_ack_timestamp,
2174 address, session, ats, ats_count); 2174 address, session, ats, ats_count);
2175 break; 2175 break;
2176 case S_CONNECT_RECV_ACK:
2176 case S_CONNECT_RECV_BLACKLIST: 2177 case S_CONNECT_RECV_BLACKLIST:
2177 /* ATS asks us to switch while we were trying to connect; switch to new 2178 /* ATS asks us to switch while we were trying to connect; switch to new
2178 address and check blacklist again */ 2179 address and check blacklist again */