aboutsummaryrefslogtreecommitdiff
path: root/src/dv/test_transport_api_dv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dv/test_transport_api_dv.c')
-rw-r--r--src/dv/test_transport_api_dv.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/dv/test_transport_api_dv.c b/src/dv/test_transport_api_dv.c
index 0e8444bd4..21fe7225e 100644
--- a/src/dv/test_transport_api_dv.c
+++ b/src/dv/test_transport_api_dv.c
@@ -560,9 +560,7 @@ connect_notify_peer2 (void *cls, const struct GNUNET_PeerIdentity *peer,
560 560
561static void 561static void
562init_notify_peer2 (void *cls, struct GNUNET_CORE_Handle *server, 562init_notify_peer2 (void *cls, struct GNUNET_CORE_Handle *server,
563 const struct GNUNET_PeerIdentity *my_identity, 563 const struct GNUNET_PeerIdentity *my_identity)
564 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded
565 *publicKey)
566{ 564{
567#if VERBOSE 565#if VERBOSE
568 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 566 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
@@ -605,9 +603,7 @@ connect_notify_peer1 (void *cls, const struct GNUNET_PeerIdentity *peer,
605 603
606static void 604static void
607init_notify_peer1 (void *cls, struct GNUNET_CORE_Handle *server, 605init_notify_peer1 (void *cls, struct GNUNET_CORE_Handle *server,
608 const struct GNUNET_PeerIdentity *my_identity, 606 const struct GNUNET_PeerIdentity *my_identity)
609 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded
610 *publicKey)
611{ 607{
612 total_server_connections++; 608 total_server_connections++;
613#if VERBOSE 609#if VERBOSE