Windows installer version bump, build fix.

This commit is contained in:
Adam Ierymenko 2019-09-04 14:13:45 -07:00
parent a16377cea5
commit bcdab95e4c
2 changed files with 4 additions and 6 deletions

View file

@ -2145,8 +2145,6 @@ public:
#endif
_nets.erase(nwid);
return -999;
} catch (std::exception &exc) {
return -999;
} catch (int exc) {
return -999;
} catch ( ... ) {