From: Matthias Wachs Date: Thu, 11 Jul 2013 13:50:03 +0000 (+0000) Subject: removing unwanted break X-Git-Tag: initial-import-from-subversion-38251~8376 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c03fc6c7d6e8cbfe87fecbba572cdbbb5cb4b160;p=oweals%2Fgnunet.git removing unwanted break --- diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c index e5cf8cf7e..3f64e5c19 100644 --- a/src/transport/plugin_transport_unix.c +++ b/src/transport/plugin_transport_unix.c @@ -962,7 +962,6 @@ unix_demultiplexer (struct Plugin *plugin, struct GNUNET_PeerIdentity *sender, s = lookup_session (plugin, sender, ua, ua_len); if (NULL == s) { - GNUNET_break (0); s = unix_plugin_get_session (plugin, addr); s->inbound = GNUNET_YES; /* Notify transport and ATS about new inbound session */