From: Matthias Wachs Date: Fri, 21 Mar 2014 12:59:15 +0000 (+0000) Subject: fix compile warning X-Git-Tag: initial-import-from-subversion-38251~4480 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7d86df9e68a1e1d5dec0e455e4f9abba943f5f1e;p=oweals%2Fgnunet.git fix compile warning --- diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c index 976a6bc6b..1489fee77 100644 --- a/src/transport/plugin_transport_tcp.c +++ b/src/transport/plugin_transport_tcp.c @@ -2102,6 +2102,11 @@ handle_tcp_welcome (void *cls, struct GNUNET_SERVER_Client *client, PLUGIN_NAME, &t6, sizeof (t6), GNUNET_HELLO_ADDRESS_INFO_INBOUND); } + else + { + GNUNET_break (0); + return; + } session = create_session (plugin, address, client, GNUNET_NO); GNUNET_HELLO_address_free (address); ats = plugin->env->get_address_type (plugin->env->cls, vaddr, alen);