Fix switch on remote connected changed

This commit is contained in:
Simon Stürz 2021-12-20 15:05:11 +01:00 committed by Michael Zanetti
parent 39ec26f5ff
commit efee314101

View File

@ -129,7 +129,7 @@ void TunnelProxyTransport::onRemoteConnectionStateChanged(remoteproxyclient::Tun
emit disconnected();
break;
default:
;
break;
}
}