aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_server_mst_interrupt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_server_mst_interrupt.c')
-rw-r--r--src/util/test_server_mst_interrupt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_server_mst_interrupt.c b/src/util/test_server_mst_interrupt.c
index cfd891522..4cc5e95b4 100644
--- a/src/util/test_server_mst_interrupt.c
+++ b/src/util/test_server_mst_interrupt.c
@@ -50,8 +50,8 @@ main (int argc, char *argv[])
50 msg[0].size = htons (sizeof (msg)); 50 msg[0].size = htons (sizeof (msg));
51 msg[0].type = htons (sizeof (GNUNET_MESSAGE_TYPE_DUMMY)); 51 msg[0].type = htons (sizeof (GNUNET_MESSAGE_TYPE_DUMMY));
52 mst = GNUNET_SERVER_mst_create(mst_cb, NULL); 52 mst = GNUNET_SERVER_mst_create(mst_cb, NULL);
53 GNUNET_SERVER_mst_receive (mst, &id, 53 GNUNET_SERVER_mst_receive (mst, &id,
54 (const char *) &msg, 2 * sizeof (msg), 54 (const char *) &msg, 2 * sizeof (msg),
55 GNUNET_NO, GNUNET_NO); 55 GNUNET_NO, GNUNET_NO);
56 /* If we reach this line, it did not crash */ 56 /* If we reach this line, it did not crash */
57 return 0; 57 return 0;