X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Fimport-export.c;fp=test%2Fimport-export.c;h=411a7a21ce0e3b4575dc5521fc8108158a8796d4;hb=5dec7459d9920c930bdfb3ac0f2a3740a6247ec0;hp=22cd80bb9c4b808f8f9f55efdc83e1637e01e58a;hpb=dbb181f466cc92961d016e8645903eeecb7f37b7;p=meshlink diff --git a/test/import-export.c b/test/import-export.c index 22cd80bb..411a7a21 100644 --- a/test/import-export.c +++ b/test/import-export.c @@ -27,6 +27,11 @@ int main(int argc, char *argv[]) { return 1; } + // Disable local discovery + + meshlink_enable_discovery(mesh1, false); + meshlink_enable_discovery(mesh2, false); + // Import and export both side's data meshlink_add_address(mesh1, "localhost");