aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api_address_to_string.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-05-19 14:35:19 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-05-19 14:35:19 +0000
commit805842808d78b7c94d9b14139e79616c6249cab8 (patch)
tree915f60363974560d8977fa379b30176054f31b23 /src/transport/transport_api_address_to_string.c
parent9004102ff6e0b77e94141c34f97226378824e950 (diff)
downloadgnunet-805842808d78b7c94d9b14139e79616c6249cab8.tar.gz
gnunet-805842808d78b7c94d9b14139e79616c6249cab8.zip
improved output for gnunet-transport
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));