aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-21 13:33:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-21 13:33:26 +0000
commita1ff4b917cbd104212e0fc2b63b63dd15c904834 (patch)
treee66788f994b647c8a0bcb96499a2f31325feba5a /src/transport
parent6e0d5ef64428294857aaf26586cde87941bcdf95 (diff)
downloadgnunet-a1ff4b917cbd104212e0fc2b63b63dd15c904834.tar.gz
gnunet-a1ff4b917cbd104212e0fc2b63b63dd15c904834.zip
fix test
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/test_transport_testing.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/test_transport_testing.c b/src/transport/test_transport_testing.c
index 9db591306..95e7f22fc 100644
--- a/src/transport/test_transport_testing.c
+++ b/src/transport/test_transport_testing.c
@@ -114,8 +114,7 @@ notify_disconnect (void *cls, const struct GNUNET_PeerIdentity *peer)
114 114
115static void 115static void
116notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 116notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
117 const struct GNUNET_MessageHeader *message, 117 const struct GNUNET_MessageHeader *message)
118 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
119{ 118{
120 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Receiving\n"); 119 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Receiving\n");
121} 120}