removed references to shim

This commit is contained in:
Joseph Henry
2016-07-18 18:27:23 -07:00
parent 33e1bc6032
commit 77685abbdf
10 changed files with 20 additions and 20 deletions

View File

@@ -102,7 +102,7 @@ void zt_init_rpc(const char * path, const char * nwid);
if(!ZeroTier::OSUtils::writeFile(confFile.c_str(), "")) {
LOGV("unable to write network conf file: %s\n", confFile.c_str());
}
// This provides the shim API with the RPC information
// This provides the API with the RPC information
zt_init_rpc(homeDir.c_str(), nwid);
}