From 800c3b54ba9a67ad995d6b5c1ecbffe224f4676d Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 2 Jun 2014 09:40:12 +0000 Subject: fix semantic for address_to_string --- src/transport/transport_api_address_to_string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/transport_api_address_to_string.c') 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) { GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Client %p failed to resolve address \n", alucb->client); - + GNUNET_break (0); alucb->cb (alucb->cb_cls, empty_str, GNUNET_SYSERR); /* expect more replies */ -- cgit v1.2.3