summaryrefslogtreecommitdiffstats
path: root/avahi-sharp/HostNameResolver.cs
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-sharp/HostNameResolver.cs')
-rw-r--r--avahi-sharp/HostNameResolver.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-sharp/HostNameResolver.cs b/avahi-sharp/HostNameResolver.cs
index 9780811..0922aa7 100644
--- a/avahi-sharp/HostNameResolver.cs
+++ b/avahi-sharp/HostNameResolver.cs
@@ -157,7 +157,7 @@ namespace Avahi
currentHost = Utility.PtrToString (hostname);
foreach (HostAddressHandler handler in foundListeners)
- handler (this, currentHost, currentAddress);
+ handler (this, new HostAddressArgs (currentHost, currentAddress));
break;
case ResolverEvent.Failure:
EmitFailure (client.LastError);