Change dns_send_question function arg from unicast to multicast
authorRafał Miłecki <[email protected]>
Wed, 8 Feb 2017 13:04:57 +0000 (14:04 +0100)
committerRafał Miłecki <[email protected]>
Wed, 8 Feb 2017 15:32:37 +0000 (16:32 +0100)
commit9bbaf3c1f7826a7ac637ac0e2e7c8d5b43bac89d
treef4fe42b732f2d466be8e929d15373ad4eb75d117
parent9cbbb141068c12ed032736e20f982e2a0fb43edc
Change dns_send_question function arg from unicast to multicast

This trivial patch just reverses argument logic to make it a bit more
consistent with struct interface which contains "multicast" field. This
hopefully will make typos less likely and code easier to follow.

Signed-off-by: Rafał Miłecki <[email protected]>
Acked-by: John Crispin <[email protected]>
announce.c
cache.c
dns.c
dns.h
interface.c
ubus.c