diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-04-02 17:12:04 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-04-02 17:12:04 -0700 |
| commit | f0223490becc9bba82297cd6316c87d2f89f2052 (patch) | |
| tree | c8ceec0a71c3953377c463a6a2844c4c96622560 /node/Node.hpp | |
| parent | 81e56904104c45beb17e574eb1691a864cd91bb2 (diff) | |
| download | infinitytier-f0223490becc9bba82297cd6316c87d2f89f2052.tar.gz infinitytier-f0223490becc9bba82297cd6316c87d2f89f2052.zip | |
Make GUI work with new control client API, make control client look for user authtoken.secret if system unreadable.
Diffstat (limited to 'node/Node.hpp')
| -rw-r--r-- | node/Node.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Node.hpp b/node/Node.hpp index ceb4e745..cc2886e7 100644 --- a/node/Node.hpp +++ b/node/Node.hpp @@ -58,7 +58,7 @@ public: * * Initialization may fail. Call error() to check. * - * @param hp Home path of ZeroTier One instance + * @param hp Home path of ZeroTier One instance or NULL for default system home path * @param resultHandler Function to call when commands provide results * @param arg First argument to result handler * @param authToken Authentication token or NULL (default) to read from authtoken.secret in home path |
