X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Fblackbox%2Ftest_case_optimal_pmtu_01%2Fnode_sim_relay.c;h=7823f4b9d9c362bd7bf59828686e3cc6f8e0e9ce;hb=5f79c2c0882e03648acb9c4a2f6780a7513c61aa;hp=0eff6da671066d90fe6ee1076b34727550f92f61;hpb=f1da50294494310d7a299c29af5649d4415bd38a;p=meshlink diff --git a/test/blackbox/test_case_optimal_pmtu_01/node_sim_relay.c b/test/blackbox/test_case_optimal_pmtu_01/node_sim_relay.c index 0eff6da6..7823f4b9 100644 --- a/test/blackbox/test_case_optimal_pmtu_01/node_sim_relay.c +++ b/test/blackbox/test_case_optimal_pmtu_01/node_sim_relay.c @@ -50,7 +50,7 @@ void *node_sim_pmtu_relay_01(void *arg) { //meshlink_set_log_cb(mesh, MESHLINK_DEBUG, meshlink_callback_logger); meshlink_enable_discovery(mesh, false); - meshlink_start(mesh); + assert(meshlink_start(mesh)); //send_event(NODE_STARTED); /* All test steps executed - wait for signals to stop/start or close the mesh */