[avahi] Patch for bug id 5410: Error in LookupFlags for .NET
bindings
Sebastien Estienne
sebastien.estienne at gmail.com
Mon Jan 9 06:52:29 PST 2006
hello,
I commited the patch in rev 1068:
http://avahi.org/changeset/1068
thanx
On 1/9/06, Patrick Aussems <paussems at dti-be.com> wrote:
> 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
> avahi at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/avahi
>
--
Sebastien Estienne
More information about the avahi
mailing list