From 9427977bb5efee031b5001bd943c0efd8aa39276 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 14 Oct 2008 13:56:31 +0200 Subject: The interface flags are from type short --- src/rtnl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/rtnl.c b/src/rtnl.c index fca9d4fa..6549488b 100644 --- a/src/rtnl.c +++ b/src/rtnl.c @@ -86,7 +86,7 @@ void connman_rtnl_unregister(struct connman_rtnl *rtnl) g_static_rw_lock_writer_unlock(&rtnl_lock); } -static void process_link_flags(int index, int flags) +static void process_link_flags(int index, short flags) { GSList *list; -- cgit v1.2.3