mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Update ms2 for upnp improvement
This commit is contained in:
parent
be6d786ba2
commit
06c24da6ea
2 changed files with 2 additions and 2 deletions
|
|
@ -585,7 +585,7 @@ int linphone_upnp_call_process(LinphoneCall *call) {
|
|||
LinphoneCore *lc = call->core;
|
||||
UpnpContext *lupnp = lc->upnp;
|
||||
int ret = -1;
|
||||
LinphoneUpnpState oldState, newState;
|
||||
LinphoneUpnpState oldState = 0, newState = 0;
|
||||
|
||||
if(lupnp == NULL) {
|
||||
return ret;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 710c3da85157d4db17bfce21e7d2b7853377fa4e
|
||||
Subproject commit b21f304297319e15fbe0beb3509592022eb8e88a
|
||||
Loading…
Add table
Reference in a new issue