Fixed call to Sal's set_tunnel which now is setTunnel

This commit is contained in:
Sylvain Berfini 2018-05-09 12:22:04 +02:00
parent 834cf06a91
commit fa74398e9e

View file

@ -159,7 +159,7 @@ void TunnelManager::startClient() {
mTunnelClient = TunnelClient::create(TRUE);
}
mCore->sal->set_tunnel(mTunnelClient);
mCore->sal->setTunnel(mTunnelClient);
if (!mUseDualClient) {
static_cast<TunnelClient*>(mTunnelClient)->setCallback(tunnelCallback,this);
} else {