removed references to shim
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user