removing unwanted break
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 11 Jul 2013 13:50:03 +0000 (13:50 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 11 Jul 2013 13:50:03 +0000 (13:50 +0000)
src/transport/plugin_transport_unix.c

index e5cf8cf7edcf2ac7c15bbcead2e95b9c6ed5a143..3f64e5c1941a4d8c56e7ca2e5c63d34bd1def43c 100644 (file)
@@ -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 */