From: Matthias Wachs Date: Thu, 21 Mar 2013 13:33:26 +0000 (+0000) Subject: fix test X-Git-Tag: initial-import-from-subversion-38251~9543 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a1ff4b917cbd104212e0fc2b63b63dd15c904834;p=oweals%2Fgnunet.git fix test --- 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) static void notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, - const struct GNUNET_MessageHeader *message, - const struct GNUNET_ATS_Information *ats, uint32_t ats_count) + const struct GNUNET_MessageHeader *message) { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Receiving\n"); }