From ade08eba2054507a3b608d7375d31673a914064b Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 5 Nov 2012 14:51:42 +0000 Subject: [PATCH] - fix --- src/mesh/gnunet-service-mesh-new.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/mesh/gnunet-service-mesh-new.c b/src/mesh/gnunet-service-mesh-new.c index 5ae0987e2..d751eac07 100644 --- a/src/mesh/gnunet-service-mesh-new.c +++ b/src/mesh/gnunet-service-mesh-new.c @@ -8328,18 +8328,6 @@ run (void *cls, struct GNUNET_SERVER_Handle *server, { } - if (GNUNET_OK != - GNUNET_CONFIGURATION_get_value_time (c, "MESH", "UNACKNOWLEDGED_WAIT", - &unacknowledged_wait_time)) - { - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - _ - ("%s service is lacking key configuration settings (%s). Exiting.\n"), - "mesh", "unacknowledged wait time"); - GNUNET_SCHEDULER_shutdown (); - return; - } - if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_time (c, "MESH", "CONNECT_TIMEOUT", &connect_timeout)) -- 2.25.1