fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 8 Sep 2011 21:16:31 +0000 (21:16 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 8 Sep 2011 21:16:31 +0000 (21:16 +0000)
src/topology/test_gnunet_daemon_topology.c

index 3429f50ec3b42184f5890dc51879964a93280dbd..7f4098c17f52ec026976ca1b6e6698589b9fb1d7 100644 (file)
@@ -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;