aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-09-17 16:07:20 +0000
committerNathan S. Evans <evans@in.tum.de>2010-09-17 16:07:20 +0000
commit3165317a075658eb54bf466149ef963cf453397b (patch)
tree7b966c47a925c91d05a6a79504d325b48d58c72a /src
parentccf5941e0eb26665a7fadee86e05b7f5d31748ce (diff)
downloadgnunet-3165317a075658eb54bf466149ef963cf453397b.tar.gz
gnunet-3165317a075658eb54bf466149ef963cf453397b.zip
missing variable
Diffstat (limited to 'src')
-rw-r--r--src/dht/gnunet-dht-driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/gnunet-dht-driver.c b/src/dht/gnunet-dht-driver.c
index 89e7ad217..822e02184 100644
--- a/src/dht/gnunet-dht-driver.c
+++ b/src/dht/gnunet-dht-driver.c
@@ -1398,6 +1398,7 @@ static void churn_complete (void *cls, const char *emsg)
1398 struct GNUNET_TESTING_Daemon *temp_daemon; 1398 struct GNUNET_TESTING_Daemon *temp_daemon;
1399 struct TopologyIteratorContext *topo_ctx; 1399 struct TopologyIteratorContext *topo_ctx;
1400 struct GNUNET_TIME_Relative calc_timeout; 1400 struct GNUNET_TIME_Relative calc_timeout;
1401 int count_added;
1401 1402
1402 if (emsg != NULL) 1403 if (emsg != NULL)
1403 { 1404 {