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:
49f005a
)
debugging
author
Nathan S. Evans
<evans@in.tum.de>
Mon, 14 Mar 2011 19:02:03 +0000
(19:02 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Mon, 14 Mar 2011 19:02:03 +0000
(19:02 +0000)
src/testing/testing_group.c
patch
|
blob
|
history
diff --git
a/src/testing/testing_group.c
b/src/testing/testing_group.c
index c7aff955cbff94942077304edd9fae7136650861..878908ced8d7561999fb55cac5ce2c51b42e6f8e 100644
(file)
--- a/
src/testing/testing_group.c
+++ b/
src/testing/testing_group.c
@@
-6671,7
+6671,10
@@
GNUNET_TESTING_daemons_stop(struct GNUNET_TESTING_PeerGroup *pg,
GNUNET_SCHEDULER_add_now (&schedule_shutdown_task, peer_shutdown_ctx);
if (NULL != pg->peers[off].cfg)
+ {
GNUNET_CONFIGURATION_destroy (pg->peers[off].cfg);
+ pg->peers[off].cfg = NULL;
+ }
#if OLD
conn_iter = pg->peers[off].allowed_peers_head;
while (conn_iter != NULL)