mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-18 15:18:17 +00:00
Windows installer version bump, build fix.
This commit is contained in:
@ -2145,8 +2145,6 @@ public:
|
||||
#endif
|
||||
_nets.erase(nwid);
|
||||
return -999;
|
||||
} catch (std::exception &exc) {
|
||||
return -999;
|
||||
} catch (int exc) {
|
||||
return -999;
|
||||
} catch ( ... ) {
|
||||
|
Reference in New Issue
Block a user