projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccf5941
)
missing variable
author
Nathan S. Evans
<evans@in.tum.de>
Fri, 17 Sep 2010 16:07:20 +0000
(16:07 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Fri, 17 Sep 2010 16:07:20 +0000
(16:07 +0000)
src/dht/gnunet-dht-driver.c
patch
|
blob
|
history
diff --git
a/src/dht/gnunet-dht-driver.c
b/src/dht/gnunet-dht-driver.c
index 89e7ad217a99d320a7561de8ed072eca51288e13..822e021844583fea7f5077c309b359e3cce96a40 100644
(file)
--- 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)
struct GNUNET_TESTING_Daemon *temp_daemon;
struct TopologyIteratorContext *topo_ctx;
struct GNUNET_TIME_Relative calc_timeout;
+ int count_added;
if (emsg != NULL)
{