From: Christian Grothoff Date: Thu, 16 May 2013 14:43:09 +0000 (+0000) Subject: -stats is allowed to be NULL X-Git-Tag: initial-import-from-subversion-38251~9012 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a4a019755203309bf5482833a8b14cd99e26b7b2;p=oweals%2Fgnunet.git -stats is allowed to be NULL --- 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",