gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r27923 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r27923 - gnunet/src/transport
Date: Thu, 11 Jul 2013 15:50:03 +0200

Author: wachs
Date: 2013-07-11 15:50:03 +0200 (Thu, 11 Jul 2013)
New Revision: 27923

Modified:
   gnunet/src/transport/plugin_transport_unix.c
Log:
removing unwanted break


Modified: gnunet/src/transport/plugin_transport_unix.c
===================================================================
--- gnunet/src/transport/plugin_transport_unix.c        2013-07-11 13:49:49 UTC 
(rev 27922)
+++ gnunet/src/transport/plugin_transport_unix.c        2013-07-11 13:50:03 UTC 
(rev 27923)
@@ -962,7 +962,6 @@
   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 */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]