]> git.meshlink.io Git - catta/blobdiff - avahi-sharp/ServiceResolver.cs
Install avahi bookmarks, even if no pygtk is available.
[catta] / avahi-sharp / ServiceResolver.cs
index a11721ac595aafd899201abcd7833d1b7ba33d28..a32efca8b795186bf19dd429e7dcc97944823680 100644 (file)
@@ -182,9 +182,11 @@ namespace Avahi
             info.Name = Utility.PtrToString (name);
             info.HostName = Utility.PtrToString (host);
             info.Address = Utility.PtrToAddress (address);
-            info.Address.ScopeId = iface;
             info.Port = port;
 
+            if (proto == Protocol.IPv6)
+              info.Address.ScopeId = iface;
+
             ArrayList txtlist = new ArrayList ();
             for (IntPtr l = txt; l != IntPtr.Zero; l = avahi_string_list_get_next (l)) {
                 IntPtr buf = avahi_string_list_get_text (l);