Menu

#107 Fix non-IPv6 build breakage

branch-1.6.x
closed-accepted
upnp (66)
5
2012-04-11
2012-04-11
No

ssdp_device.c uses IPV6_MULTICAST_HOPS even in non-IPv6 scenarios, which isn't guaranteed to exist.
Exclude the block based on the INET_IPV6 definition.

Discussion

  • Gustavo Zacarias

    Fix non-IPv6 build breakage

     
  • Marcelo Roberto Jimenez

    • assigned_to: nobody --> mroberto
    • milestone: 645945 --> branch-1.6.x
    • status: open --> closed-accepted
     
  • Marcelo Roberto Jimenez

    Committed, thanks!