hxing
[oweals/gnunet.git] / src / core / test_core_quota_compliance.c
index f3e29c74354484e82fe46cadaba927251b5de289..5fce06b31d0f8d7118c31d0bd9587a2e1584d558 100644 (file)
@@ -504,8 +504,7 @@ static struct GNUNET_CORE_MessageHandler handlers[] = {
 
 static void
 init_notify (void *cls, struct GNUNET_CORE_Handle *server,
-             const struct GNUNET_PeerIdentity *my_identity,
-             const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *publicKey)
+             const struct GNUNET_PeerIdentity *my_identity)
 {
   struct PeerContext *p = cls;
 
@@ -535,6 +534,7 @@ init_notify (void *cls, struct GNUNET_CORE_Handle *server,
                 GNUNET_i2s (&p2.id));
 #endif
     GNUNET_TRANSPORT_try_connect (p1.th, &p2.id);
+    GNUNET_TRANSPORT_try_connect (p2.th, &p1.id);
   }
 }