aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-04 14:41:47 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-04 14:41:47 +0000
commit744e000e8246e1717b30d1ce30f07152ba20e9cd (patch)
treeb3ccd8fad543de365834593efb7d3e510ced83c5 /src/transport/plugin_transport_unix.c
parentbb63cd97dee887463f3a74f5545935739d98297d (diff)
downloadgnunet-744e000e8246e1717b30d1ce30f07152ba20e9cd.tar.gz
gnunet-744e000e8246e1717b30d1ce30f07152ba20e9cd.zip
-transport must be able to run without stats
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c2
1 files changed, 0 insertions, 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)
1330 api->string_to_address = &unix_string_to_address; 1330 api->string_to_address = &unix_string_to_address;
1331 return api; 1331 return api;
1332 } 1332 }
1333 GNUNET_assert( NULL != env->stats);
1334
1335 if (GNUNET_OK != 1333 if (GNUNET_OK !=
1336 GNUNET_CONFIGURATION_get_value_number (env->cfg, "transport-unix", "PORT", 1334 GNUNET_CONFIGURATION_get_value_number (env->cfg, "transport-unix", "PORT",
1337 &port)) 1335 &port))