GNOME Bugzilla – Bug 337679
dns-sd support should use avahi_nss_support() and return .local domains if supported
Last modified: 2006-05-27 19:59:09 UTC
Hi, the dns-sd API should return the .local hostnames instead of IPs if the nss-mdns module is enabled for libc. This can be checked by avahi_nss_support() for avahi. When using the IP instead of the hostname you could get on the wrong virtual host for _http._tcp services for examples... and obviously it looks much nicer ;) Bye Ubuntu Bug: https://launchpad.net/distros/ubuntu/+source/gnome-vfs2/+bug/36769
Created attachment 65602 [details] [review] small patch that does this heres a small patch that returns the hostname if there is nss support and the hostname resolves with gethostbyname
Thanks, works perfect here
Looks like a dup of bug 332759 to me.
*** This bug has been marked as a duplicate of 332759 ***