aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api_address_to_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api_address_to_string.c')
-rw-r--r--src/transport/transport_api_address_to_string.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/transport/transport_api_address_to_string.c b/src/transport/transport_api_address_to_string.c
index 8a0db240f..f383a44b4 100644
--- a/src/transport/transport_api_address_to_string.c
+++ b/src/transport/transport_api_address_to_string.c
@@ -125,8 +125,6 @@ address_response_processor (void *cls, const struct GNUNET_MessageHeader *msg)
125 return; 125 return;
126 } 126 }
127 127
128 result = GNUNET_NO;
129
130 /* expect more replies */ 128 /* expect more replies */
131 GNUNET_CLIENT_receive (alucb->client, &address_response_processor, alucb, 129 GNUNET_CLIENT_receive (alucb->client, &address_response_processor, alucb,
132 GNUNET_TIME_absolute_get_remaining (alucb->timeout)); 130 GNUNET_TIME_absolute_get_remaining (alucb->timeout));