From bbbc032959bc63e3f575f2fc45fe0054fb83d8f3 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sun, 25 Aug 2013 18:18:02 -0400 Subject: Tap works! At least in isolation. Time to create the Windows executable and the Windows service to run it and handle auto-update. --- selftest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'selftest.cpp') diff --git a/selftest.cpp b/selftest.cpp index 836cee9a..4927deac 100644 --- a/selftest.cpp +++ b/selftest.cpp @@ -411,7 +411,7 @@ int main(int argc,char **argv) ///* For testing windows tap try { RuntimeEnvironment renv; - renv.homePath = "C:"; + renv.homePath = "C:\\ProgramData\\ZeroTier\\One"; EthernetTap tap(&renv,"test12345",MAC(0x32),2800,NULL,NULL); Thread::sleep(100000000); } catch (std::exception &exc) { -- cgit v1.2.3