aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-08 21:16:31 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-08 21:16:31 +0000
commit90a2ece34b60543d6dfd7cbcf0c61e215e43b7e0 (patch)
tree4ed3ebb0f365f1a438d0be93a2bf1a2366dfe15d /src/topology
parent541d2dc47f919906b1a493f3f66b4afc1cfdc3fb (diff)
downloadgnunet-90a2ece34b60543d6dfd7cbcf0c61e215e43b7e0.tar.gz
gnunet-90a2ece34b60543d6dfd7cbcf0c61e215e43b7e0.zip
fix
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/test_gnunet_daemon_topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/topology/test_gnunet_daemon_topology.c b/src/topology/test_gnunet_daemon_topology.c
index 3429f50ec..7f4098c17 100644
--- a/src/topology/test_gnunet_daemon_topology.c
+++ b/src/topology/test_gnunet_daemon_topology.c
@@ -104,7 +104,7 @@ notify_connect_complete (void *cls, const struct GNUNET_PeerIdentity *first,
104 struct GNUNET_TESTING_Daemon *second_daemon, 104 struct GNUNET_TESTING_Daemon *second_daemon,
105 const char *emsg) 105 const char *emsg)
106{ 106{
107 struct GNUNET_TESTING_ConnectContext **cc; 107 struct GNUNET_TESTING_ConnectContext **cc = cls;
108 unsigned int i; 108 unsigned int i;
109 109
110 *cc = NULL; 110 *cc = NULL;