]> 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 b0f7c089d4eb522f4179b8a565185e91f1ac5b9a..a32efca8b795186bf19dd429e7dcc97944823680 100644 (file)
@@ -184,7 +184,7 @@ namespace Avahi
             info.Address = Utility.PtrToAddress (address);
             info.Port = port;
 
-            if (proto == IPv6)
+            if (proto == Protocol.IPv6)
               info.Address.ScopeId = iface;
 
             ArrayList txtlist = new ArrayList ();