From a7221722d100d3ecc4fad0692c98ebc71b044ba5 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 19 Feb 2015 16:54:43 +0100 Subject: llmnrd: Fix address family type in event callback Signed-off-by: Tobias Klauser --- llmnr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llmnr.c') diff --git a/llmnr.c b/llmnr.c index f08c5d1..b3b2835 100644 --- a/llmnr.c +++ b/llmnr.c @@ -45,7 +45,8 @@ static bool llmnr_running = true; */ static char llmnr_hostname[LLMNR_LABEL_MAX_SIZE + 2]; -static void llmnr_iface_event_handle(enum iface_event_type type, int af, unsigned int ifindex) +static void llmnr_iface_event_handle(enum iface_event_type type, unsigned char af, + unsigned int ifindex) { switch (af) { case AF_INET: -- cgit v1.2.3-54-g00ecf