X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Fimport-export.c;fp=test%2Fimport-export.c;h=22cd80bb9c4b808f8f9f55efdc83e1637e01e58a;hb=196806f90f40fcc0cf727abd4bed6bc5aefff5ff;hp=546ad7571f9840afb9101945dd5e325b96f746d5;hpb=d34be0cfec4f726ffdcad2fcb393780a8daba8b9;p=meshlink diff --git a/test/import-export.c b/test/import-export.c index 546ad757..22cd80bb 100644 --- a/test/import-export.c +++ b/test/import-export.c @@ -62,7 +62,7 @@ int main(int argc, char *argv[]) { // Start both instances meshlink_set_node_status_cb(mesh1, status_cb); - + if(!meshlink_start(mesh1)) { fprintf(stderr, "Foo could not start\n"); return 1;