bonjour: refactor _match_buddies_by_address
Review Request #545 — Created Feb. 27, 2021 and submitted
- Use
g_slist_find_custom
instead of manual search.BonjourBuddy
doesn't haveNULL
data inips
list. - Add
_find_match_buddies_by_address
to reduce copypaste. - Change comparisons order to reduce nesting.
Compile.