View | Details | Raw Unified | Return to bug 263854
Collapse All | Expand All

(-)modules/services_discovery/upnp.cpp (-2 / +2 lines)
Lines 1560-1564 Link Here
1560
#else /* _WIN32 */
1560
#else /* _WIN32 */
1561
1561
1562
#ifdef UPNP_ENABLE_IPV6
1562
#if defined(UPNP_ENABLE_IPV6) || UPNP_VERSION >= 10803
1563
1563
1564
#ifdef __APPLE__
1564
#ifdef __APPLE__
Lines 1706-1710 Link Here
1706
        }
1706
        }
1707
1707
1708
    #ifdef UPNP_ENABLE_IPV6
1708
    #if defined(UPNP_ENABLE_IPV6) || UPNP_VERSION >= 10803
1709
        char* psz_miface = var_InheritString( p_obj, "miface" );
1709
        char* psz_miface = var_InheritString( p_obj, "miface" );
1710
        if (psz_miface == NULL)
1710
        if (psz_miface == NULL)

Return to bug 263854