]> git.meshlink.io Git - catta/blobdiff - avahi-sharp/HostNameResolver.cs
update TODO
[catta] / avahi-sharp / HostNameResolver.cs
index 8b529c702b0bbda9edb0ef02a92cfe603096ef81..a8cf0f17052d117cdf83313e6ea0c7dc9a90ebee 100644 (file)
@@ -123,7 +123,7 @@ namespace Avahi
 
             IntPtr hostPtr = Utility.StringToPtr (hostname);
             handle = avahi_host_name_resolver_new (client.Handle, iface, proto, hostPtr, aproto,
-                                                   OnHostNameResolverCallback, IntPtr.Zero);
+                                                   cb, IntPtr.Zero);
             Utility.Free (hostPtr);
         }