From 90a2ece34b60543d6dfd7cbcf0c61e215e43b7e0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 8 Sep 2011 21:16:31 +0000 Subject: [PATCH] fix --- src/topology/test_gnunet_daemon_topology.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, struct GNUNET_TESTING_Daemon *second_daemon, const char *emsg) { - struct GNUNET_TESTING_ConnectContext **cc; + struct GNUNET_TESTING_ConnectContext **cc = cls; unsigned int i; *cc = NULL; -- 2.25.1