summaryrefslogtreecommitdiffstats
path: root/avahi-sharp
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-sharp')
-rw-r--r--avahi-sharp/ServiceResolver.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/avahi-sharp/ServiceResolver.cs b/avahi-sharp/ServiceResolver.cs
index 945372b..a11721a 100644
--- a/avahi-sharp/ServiceResolver.cs
+++ b/avahi-sharp/ServiceResolver.cs
@@ -182,6 +182,7 @@ namespace Avahi
info.Name = Utility.PtrToString (name);
info.HostName = Utility.PtrToString (host);
info.Address = Utility.PtrToAddress (address);
+ info.Address.ScopeId = iface;
info.Port = port;
ArrayList txtlist = new ArrayList ();