]> git.meshlink.io Git - catta/commitdiff
ServiceResolver.cs: Use Protocol.IPv6 instead of IPv6. Patch by Sebastian Droge ...
authorSjoerd Simons <sjoerd@debian.org>
Thu, 20 Mar 2008 23:47:07 +0000 (23:47 +0000)
committerSjoerd Simons <sjoerd@debian.org>
Thu, 20 Mar 2008 23:47:07 +0000 (23:47 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1755 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

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 ();