gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r26306 - gnunet/src/transport
Date: Mon, 4 Mar 2013 15:41:47 +0100

Author: grothoff
Date: 2013-03-04 15:41:47 +0100 (Mon, 04 Mar 2013)
New Revision: 26306

Modified:
   gnunet/src/transport/plugin_transport_unix.c
Log:
-transport must be able to run without stats

Modified: gnunet/src/transport/plugin_transport_unix.c
===================================================================
--- gnunet/src/transport/plugin_transport_unix.c        2013-03-04 14:41:06 UTC 
(rev 26305)
+++ gnunet/src/transport/plugin_transport_unix.c        2013-03-04 14:41:47 UTC 
(rev 26306)
@@ -1330,8 +1330,6 @@
     api->string_to_address = &unix_string_to_address;
     return api;
   }
-  GNUNET_assert( NULL != env->stats);
-
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_get_value_number (env->cfg, "transport-unix", 
"PORT",
                                              &port))




reply via email to

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