mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
fix compile issue
This commit is contained in:
parent
49a91becb7
commit
2a2ef0f94d
1 changed files with 2 additions and 2 deletions
|
|
@ -202,8 +202,8 @@ void TunnelManager::setMode(LinphoneTunnelMode mode) {
|
|||
return;
|
||||
}
|
||||
ms_message("TunnelManager: switching mode from %s to %s",
|
||||
tunnel_mode_to_string(mMode),
|
||||
tunnel_mode_to_string(mode));
|
||||
linphone_tunnel_mode_to_string(mMode),
|
||||
linphone_tunnel_mode_to_string(mode));
|
||||
switch(mode) {
|
||||
case LinphoneTunnelModeEnable:
|
||||
if(mState == disabled) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue