complain louder
authorChristian Grothoff <christian@grothoff.org>
Thu, 6 May 2010 20:59:56 +0000 (20:59 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 6 May 2010 20:59:56 +0000 (20:59 +0000)
src/transport/plugin_transport_tcp.c

index e0e2b04f86a796041895dd2c25d94aeca5762273..bc1312b61f02d8f80464e5949ecdf96f3a5c455b 100644 (file)
@@ -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),