aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api.c')
-rw-r--r--src/transport/test_transport_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c
index 401657c9f..191219107 100644
--- a/src/transport/test_transport_api.c
+++ b/src/transport/test_transport_api.c
@@ -162,7 +162,7 @@ notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
162 GNUNET_free (ps); 162 GNUNET_free (ps);
163 163
164 if ((MTYPE == ntohs (message->type)) && 164 if ((MTYPE == ntohs (message->type)) &&
165 (sizeof (struct GNUNET_MessageHeader) == ntohs (message->size))) 165 (MSIZE == ntohs (message->size)))
166 { 166 {
167 ok = 0; 167 ok = 0;
168 end (); 168 end ();