aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dht/gnunet-dht-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/gnunet-dht-driver.c b/src/dht/gnunet-dht-driver.c
index 0d72caf3b..b59b14813 100644
--- a/src/dht/gnunet-dht-driver.c
+++ b/src/dht/gnunet-dht-driver.c
@@ -867,7 +867,7 @@ log_topology_cb (void *cls,
867 topo_ctx->total_peers++; 867 topo_ctx->total_peers++;
868 } 868 }
869 topo_ctx->total_connections++; 869 topo_ctx->total_connections++;
870 if (GNUNET_YES == GNUNET_CONFIGURATION_get_value_yesno(config, "dht_testing", "mysql_logging_extended")) 870 if (GNUNET_YES == GNUNET_CONFIGURATION_get_value_yesno(config, "dht_testing", "mysql_logging"))
871 dhtlog_handle->insert_extended_topology(first, second); 871 dhtlog_handle->insert_extended_topology(first, second);
872 } 872 }
873 else 873 else