mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Fixed call to Sal's set_tunnel which now is setTunnel
This commit is contained in:
parent
834cf06a91
commit
fa74398e9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue