update for 0.9.17

This commit is contained in:
zzz
2016-06-13 16:34:18 +00:00
parent fa37064834
commit 404ec7d720
+2 -5
View File
@@ -228,11 +228,8 @@ public class ZzzOTController implements ClientApp {
if (_tunnel == null)
return;
try {
// destroyTunnel() not available until 0.9.17, but we put 0.9.16 here for now
// so we get testing in 0.9.16-6 or later dev builds.
// No access to RouterVersion here.
// TODO change to 0.9.17
if (VersionComparator.comp(CoreVersion.VERSION, "0.9.16") >= 0) {
// destroyTunnel() not available until 0.9.17
if (VersionComparator.comp(CoreVersion.VERSION, "0.9.17") >= 0) {
try {
_tunnel.destroyTunnel();
} catch (Throwable t) {