summaryrefslogtreecommitdiff
path: root/src/detect.c
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2010-10-08 18:59:16 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2010-10-08 19:00:06 +0200
commite902fab6a63e2df6c0ad4953a7b10522f85e2205 (patch)
treea8583c0ff612c02a40f7a1e7176232661aad4ac8 /src/detect.c
parent4fb8c75480f5d30000aeab0a91563e71697f0d64 (diff)
downloadconnman-e902fab6a63e2df6c0ad4953a7b10522f85e2205.tar.gz
connman-e902fab6a63e2df6c0ad4953a7b10522f85e2205.tar.bz2
connman-e902fab6a63e2df6c0ad4953a7b10522f85e2205.zip
inet: Remove __connman_inet_get_device_type
The routine is replaced by __connman_rtnl_get_device_type.
Diffstat (limited to 'src/detect.c')
-rw-r--r--src/detect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detect.c b/src/detect.c
index 97a8c601..c27d2cc7 100644
--- a/src/detect.c
+++ b/src/detect.c
@@ -51,7 +51,7 @@ static void detect_newlink(unsigned short type, int index,
DBG("type %d index %d", type, index);
- devtype = __connman_inet_get_device_type(index);
+ devtype = __connman_rtnl_get_device_type(index);
switch (devtype) {
case CONNMAN_DEVICE_TYPE_UNKNOWN: