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

@@ -119,7 +119,7 @@ char *api_netpath;
// ------------------------------------------------------------------------------
// ------------------------------- Intercept Setup ------------------------------
// ------------------------------------------------------------------------------
// Return whether 'intercept' shim is enabled for this thread
// Return whether 'intercept' API is enabled for this thread
bool check_intercept_enabled() {
dwr(MSG_DEBUG_EXTRA, "check_intercept_enabled()\n");

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);
}