Hi all,
I reported a bug two weeks ago, with a simple patch to solve the problem, and
was a little bit dissapointed to see that it hasn't been committed to svn
yet. On the new homepage for the project I've seen that patches could be sent
to the mailing list so here it is:
Description: When using the .NET bindings of avahi, if UseMulticast is set
when resolving a service the txt records are not returned
Origin: Error in the LookupFlags declaration
Fix:
Index: avahi-sharp/Client.cs
===================================================================
--- avahi-sharp/Client.cs (revision 1046)
+++ avahi-sharp/Client.cs (working copy)
@@ -86,7 +86,8 @@
public enum LookupFlags {
None = 0,
UseWideArea = 1,
- UseMulticast = 4,
+ UseMulticast = 2,
+ NoTxt = 4,
NoAddress = 8
}
Regards,
--
Patrick Aussems, DTI sa
_______________________________________________
avahi mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/avahi