From: Lonnie A. <li...@lo...> - 2017-12-19 19:39:39
|
Hi David, I think we can fix this with a patch, but not sure what is best yet ... The struct lan_addr_s.index previously was only defined with ENABLE_IPV6, but now it is always defined. So in get_lan_for_peer() https://github.com/miniupnp/miniupnp/blob/master/miniupnpd/upnputils.c#L107 there still are a lot of ENABLE_IPV6 differences. I think we can come up with a surgical fix. Let me know if you beat me to it. Lonnie |