gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit c03fc6c7d6e8cbfe87fecbba572cdbbb5cb4b160
parent cfd6a283e9fb3eb43857245cd5afb8cc47f7b5d9
Author: Matthias Wachs <wachs@net.in.tum.de>
Date:   Thu, 11 Jul 2013 13:50:03 +0000

removing unwanted break


Diffstat:
Msrc/transport/plugin_transport_unix.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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 */