mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 22:28:17 +00:00
Clean up some stuff, including a few spots where exceptions were not being handled correctly.
This commit is contained in:
@ -49,9 +49,7 @@ namespace ZeroTier {
|
||||
class Defaults
|
||||
{
|
||||
public:
|
||||
Defaults()
|
||||
throw(std::runtime_error);
|
||||
~Defaults() {}
|
||||
Defaults();
|
||||
|
||||
#ifdef ZT_TRACE_MULTICAST
|
||||
/**
|
||||
|
Reference in New Issue
Block a user