Ticket #35 (closed defect: fixed)
[PATCH] avahi fails to work on FreeBSD
| Reported by: | marcus@… | Owned by: | lennart |
|---|---|---|---|
| Milestone: | Component: | avahi-client | |
| Keywords: | Cc: |
Description
Avahi creates invalid sendmsg() messages on FreeBSD, and thus none of avahi's operations work on FreeBSD. Running avahi-discover-standalone produces a lot of:
sendmsg() failed: Invalid argument
The main cause is the use of size_t as the type for the message buffer. If uint8_t is used instead, avahi works. The attached patch corrects this problem.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
