From 744e000e8246e1717b30d1ce30f07152ba20e9cd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 4 Mar 2013 14:41:47 +0000 Subject: [PATCH] -transport must be able to run without stats --- src/transport/plugin_transport_unix.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c index 940582d1e..6e9d920ba 100644 --- a/src/transport/plugin_transport_unix.c +++ b/src/transport/plugin_transport_unix.c @@ -1330,8 +1330,6 @@ libgnunet_plugin_transport_unix_init (void *cls) 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)) -- 2.25.1