From a4a019755203309bf5482833a8b14cd99e26b7b2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 16 May 2013 14:43:09 +0000 Subject: -stats is allowed to be NULL --- src/transport/plugin_transport_tcp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c index d518882ba..d5b299dc2 100644 --- a/src/transport/plugin_transport_tcp.c +++ b/src/transport/plugin_transport_tcp.c @@ -2325,7 +2325,6 @@ libgnunet_plugin_transport_tcp_init (void *cls) } GNUNET_assert (NULL != env->cfg); - GNUNET_assert (NULL != env->stats); if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_number (env->cfg, "transport-tcp", "MAX_CONNECTIONS", -- cgit v1.2.3