summaryrefslogtreecommitdiff
path: root/osdep
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-24 14:50:44 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-24 14:50:44 -0700
commit7a15d8a7e3fb4934200887666afdf17afb1178e5 (patch)
tree446bde0730e04d5f58d2e6b329cac58146053b03 /osdep
parentdba91eaa096d85992bf37a6c19dbead8104d9088 (diff)
downloadinfinitytier-7a15d8a7e3fb4934200887666afdf17afb1178e5.tar.gz
infinitytier-7a15d8a7e3fb4934200887666afdf17afb1178e5.zip
Fix leaving of networks to actually call Network::destroy().
Diffstat (limited to 'osdep')
-rw-r--r--osdep/OSUtils.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/osdep/OSUtils.hpp b/osdep/OSUtils.hpp
index bfe9b68a..5de35eba 100644
--- a/osdep/OSUtils.hpp
+++ b/osdep/OSUtils.hpp
@@ -121,10 +121,10 @@ public:
/**
* Set modes on a file to something secure
- *
+ *
* This locks a file so that only the owner can access it. What it actually
* does varies by platform.
- *
+ *
* @param path Path to lock
* @param isDir True if this is a directory
*/
@@ -252,4 +252,3 @@ private:
} // namespace ZeroTier
#endif
-