From e5037ea754c7eb368d59a42333a5871ee058df41 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 6 May 2010 20:59:56 +0000 Subject: [PATCH] complain louder --- src/transport/plugin_transport_tcp.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c index e0e2b04f8..bc1312b61 100644 --- a/src/transport/plugin_transport_tcp.c +++ b/src/transport/plugin_transport_tcp.c @@ -338,7 +338,10 @@ tcp_address_to_string (void *cls, sb = &a4; } else - return NULL; + { + GNUNET_break_op (0); + return NULL; + } inet_ntop (af, sb, buf, INET6_ADDRSTRLEN); GNUNET_snprintf (rbuf, sizeof (rbuf), -- 2.25.1