On 19/11/2018 10:42, Robert Elz wrote:
Date: Mon, 19 Nov 2018 03:14:28 -0500 From: "Christos Zoulas" <[email protected]> Message-ID: <[email protected]>| Modified Files: | src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSPosix.c | It is not an error if we did not find any IPv4 interfaces. It could | be the case we never have V4 interfaces (in a V6 system) so this | is bogus. Rather than just removing the test, a better fix would be to move it to after the v6 interfaces are added? That way it really would be testing if there are no interfaces at all (in which case this code is not going to accomplish much).
My pinebook only has the loopback interface when it boots and mdnsd bails accordingly.
I can plug a usb stick in later which mdnsd could work with, so xtos's change is fine.
Roy
