aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/test_core_api_mq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/test_core_api_mq.c b/src/core/test_core_api_mq.c
index 9b2603a6c..b9ef9ea05 100644
--- a/src/core/test_core_api_mq.c
+++ b/src/core/test_core_api_mq.c
@@ -88,7 +88,7 @@ handle_test (void *cls,
88 } 88 }
89 if (num_received > NUM_MSG) 89 if (num_received > NUM_MSG)
90 { 90 {
91 GNUNET_abort (); 91 GNUNET_assert (0);
92 return GNUNET_SYSERR; 92 return GNUNET_SYSERR;
93 } 93 }
94 return GNUNET_OK; 94 return GNUNET_OK;
@@ -127,7 +127,7 @@ run (void *cls,
127 GNUNET_NO, handlers); 127 GNUNET_NO, handlers);
128 if (NULL == core) 128 if (NULL == core)
129 { 129 {
130 GNUNET_abort (); 130 GNUNET_assert (0);
131 return; 131 return;
132 } 132 }
133 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, &shutdown_task, NULL); 133 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, &shutdown_task, NULL);