From: Bart Polot Date: Mon, 5 Nov 2012 14:51:42 +0000 (+0000) Subject: - fix X-Git-Tag: initial-import-from-subversion-38251~11027 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ade08eba2054507a3b608d7375d31673a914064b;p=oweals%2Fgnunet.git - fix --- 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))