summaryrefslogtreecommitdiff
path: root/plugins/ethernet.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-08-08 14:18:17 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-08-08 14:18:17 -0700
commit809a75bba04795994120f0bfdf2853814f775fd0 (patch)
treed07fb6ece5fd23cd40ebf62f2cf5ffff7b105507 /plugins/ethernet.c
parent18fb682a6a072762fc2dd587a299084836e0a1ff (diff)
downloadconnman-809a75bba04795994120f0bfdf2853814f775fd0.tar.gz
connman-809a75bba04795994120f0bfdf2853814f775fd0.tar.bz2
connman-809a75bba04795994120f0bfdf2853814f775fd0.zip
Integrate RTNL deeper into IP configuration tracking
Diffstat (limited to 'plugins/ethernet.c')
-rw-r--r--plugins/ethernet.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ethernet.c b/plugins/ethernet.c
index cce61c2e..97e1d6ae 100644
--- a/plugins/ethernet.c
+++ b/plugins/ethernet.c
@@ -93,8 +93,6 @@ static int ethernet_probe(struct connman_device *device)
ethernet->watch = connman_rtnl_add_newlink_watch(ethernet->index,
ethernet_newlink, device);
- //connman_rtnl_send_getlink();
-
return 0;
}