diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-18 14:16:53 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-18 14:16:53 -0400 |
| commit | ca93b4a1ac9d07ea150572801fd47f9a0818abff (patch) | |
| tree | 8ec8916b82baab567a3d9cc66471b866f8ef1809 /node/Topology.cpp | |
| parent | 03b909603ae6010d7bf059de688c0cfe0f96a0a3 (diff) | |
| download | infinitytier-ca93b4a1ac9d07ea150572801fd47f9a0818abff.tar.gz infinitytier-ca93b4a1ac9d07ea150572801fd47f9a0818abff.zip | |
Clean up some stuff, including a few spots where exceptions were not being handled correctly.
Diffstat (limited to 'node/Topology.cpp')
| -rw-r--r-- | node/Topology.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/node/Topology.cpp b/node/Topology.cpp index 8acbb027..3414812a 100644 --- a/node/Topology.cpp +++ b/node/Topology.cpp @@ -37,8 +37,7 @@ namespace ZeroTier { #define ZT_KISSDB_KEY_SIZE ZT_ADDRESS_LENGTH #define ZT_KISSDB_VALUE_SIZE ZT_PEER_MAX_SERIALIZED_LENGTH -Topology::Topology(const RuntimeEnvironment *renv,const char *dbpath) - throw(std::runtime_error) : +Topology::Topology(const RuntimeEnvironment *renv,const char *dbpath) : _r(renv), _amSupernode(false) { |
