diff options
| author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-25 18:18:02 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2013-08-25 18:18:02 -0400 |
| commit | bbbc032959bc63e3f575f2fc45fe0054fb83d8f3 (patch) | |
| tree | 0004d20accc4f63532ad5c5ca8b147e70b3013ba /selftest.cpp | |
| parent | e0bdc021395fed6a6931d973b1f780c3a0c7de83 (diff) | |
| download | infinitytier-bbbc032959bc63e3f575f2fc45fe0054fb83d8f3.tar.gz infinitytier-bbbc032959bc63e3f575f2fc45fe0054fb83d8f3.zip | |
Tap works! At least in isolation. Time to create the Windows executable and the Windows service to run it and handle auto-update.
Diffstat (limited to 'selftest.cpp')
| -rw-r--r-- | selftest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
