Browse Source

Move ZeroTier config to the config folder

pull/3268/head
Anders Jenbo 4 years ago
parent
commit
e2a55aa9f5
  1. 2
      Source/dvlnet/zerotier_native.cpp

2
Source/dvlnet/zerotier_native.cpp

@ -56,7 +56,7 @@ bool zerotier_network_ready()
void zerotier_network_start()
{
std::string ztpath = paths::PrefPath() + "zerotier";
std::string ztpath = paths::ConfigPath() + "zerotier";
zts_start(ztpath.c_str(), (void (*)(void *))Callback, 0);
}

Loading…
Cancel
Save