diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-08-23 11:52:10 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-08-23 11:52:10 -0700 |
| commit | 68b4ca9b3181e69108bb4120c1c4230e3d09293b (patch) | |
| tree | 169545591184606f83fa80dde734050af61e7e99 /node/NetworkConfig.hpp | |
| parent | 0dfc08b31724fe42ad7dc6253b3b673aec90c838 (diff) | |
| download | infinitytier-68b4ca9b3181e69108bb4120c1c4230e3d09293b.tar.gz infinitytier-68b4ca9b3181e69108bb4120c1c4230e3d09293b.zip | |
Cleanup.
Diffstat (limited to 'node/NetworkConfig.hpp')
| -rw-r--r-- | node/NetworkConfig.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/node/NetworkConfig.hpp b/node/NetworkConfig.hpp index 9b12aa0e..a853d020 100644 --- a/node/NetworkConfig.hpp +++ b/node/NetworkConfig.hpp @@ -206,11 +206,10 @@ public: /** * Read this network config from a dictionary * - * @param controllerId Controller identity for verification of any signature or NULL identity to skip * @param d Dictionary (non-const since it might be modified during parse, should not be used after call) * @return True if dictionary was valid and network config successfully initialized */ - bool fromDictionary(const Identity &controllerId,Dictionary<ZT_NETWORKCONFIG_DICT_CAPACITY> &d); + bool fromDictionary(const Dictionary<ZT_NETWORKCONFIG_DICT_CAPACITY> &d); /** * @return True if passive bridging is allowed (experimental) |
