summaryrefslogtreecommitdiffstats
path: root/avahi-sharp
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@debian.org>2008-03-20 23:47:07 +0000
committerSjoerd Simons <sjoerd@debian.org>2008-03-20 23:47:07 +0000
commitfbbed12b36cf5884fd005131830c82d1e8426696 (patch)
treec559e0e8d7170bb3312f074a4ba1b47bccbea58f /avahi-sharp
parente3b5dd61112c364ee6cbf9ef8a0f79ddb9832f3a (diff)
ServiceResolver.cs: Use Protocol.IPv6 instead of IPv6. Patch by Sebastian Droge <slomo@circular-chaos.org>
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1755 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-sharp')
-rw-r--r--avahi-sharp/ServiceResolver.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-sharp/ServiceResolver.cs b/avahi-sharp/ServiceResolver.cs
index b0f7c08..a32efca 100644
--- a/avahi-sharp/ServiceResolver.cs
+++ b/avahi-sharp/ServiceResolver.cs
@@ -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 ();