mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
fix compilation issue with upnp
This commit is contained in:
parent
d9c2a41bd4
commit
5cff1fa5b1
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ UpnpContext* linphone_upnp_context_new(LinphoneCore *lc) {
|
|||
linphone_core_add_iterate_hook(lc, linphone_core_upnp_hook, lupnp);
|
||||
|
||||
lupnp->upnp_igd_ctxt = NULL;
|
||||
lupnp->upnp_igd_ctxt = upnp_igd_create(linphone_upnp_igd_callback, linphone_upnp_igd_print, lupnp);
|
||||
lupnp->upnp_igd_ctxt = upnp_igd_create(linphone_upnp_igd_callback, linphone_upnp_igd_print, NULL, lupnp);
|
||||
if(lupnp->upnp_igd_ctxt == NULL) {
|
||||
lupnp->state = LinphoneUpnpStateKo;
|
||||
ms_error("Can't create uPnP IGD context");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue