diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-10-14 13:56:31 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-10-14 13:56:31 +0200 |
commit | 9427977bb5efee031b5001bd943c0efd8aa39276 (patch) | |
tree | b371c74facfc1bf6ce3b1506ffa3cb80b9fa78ec /src | |
parent | d953423c66367ee7d9b2429914257286b48c3b79 (diff) | |
download | connman-9427977bb5efee031b5001bd943c0efd8aa39276.tar.gz connman-9427977bb5efee031b5001bd943c0efd8aa39276.tar.bz2 connman-9427977bb5efee031b5001bd943c0efd8aa39276.zip |
The interface flags are from type short
Diffstat (limited to 'src')
-rw-r--r-- | src/rtnl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |