aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_dht.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_dht.c')
-rw-r--r--src/mesh/gnunet-service-mesh_dht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_dht.c b/src/mesh/gnunet-service-mesh_dht.c
index baf9d9375..b8b2f4cd3 100644
--- a/src/mesh/gnunet-service-mesh_dht.c
+++ b/src/mesh/gnunet-service-mesh_dht.c
@@ -275,7 +275,7 @@ announce_id (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
275void 275void
276GMD_init (const struct GNUNET_CONFIGURATION_Handle *c) 276GMD_init (const struct GNUNET_CONFIGURATION_Handle *c)
277{ 277{
278 278 LOG (GNUNET_ERROR_TYPE_DEBUG, "init\n");
279 if (GNUNET_OK != 279 if (GNUNET_OK !=
280 GNUNET_CONFIGURATION_get_value_number (c, "MESH", "DHT_REPLICATION_LEVEL", 280 GNUNET_CONFIGURATION_get_value_number (c, "MESH", "DHT_REPLICATION_LEVEL",
281 &dht_replication_level)) 281 &dht_replication_level))