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, 1 insertions, 1 deletions
diff --git a/src/transport/transport_api_address_to_string.c b/src/transport/transport_api_address_to_string.c
index 932085f8c..a56616ea8 100644
--- a/src/transport/transport_api_address_to_string.c
+++ b/src/transport/transport_api_address_to_string.c
@@ -106,7 +106,7 @@ address_response_processor (void *cls, const struct GNUNET_MessageHeader *msg)
106 { 106 {
107 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Client %p failed to resolve address \n", 107 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Client %p failed to resolve address \n",
108 alucb->client); 108 alucb->client);
109 109 GNUNET_break (0);
110 alucb->cb (alucb->cb_cls, empty_str, GNUNET_SYSERR); 110 alucb->cb (alucb->cb_cls, empty_str, GNUNET_SYSERR);
111 111
112 /* expect more replies */ 112 /* expect more replies */