diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-08-08 12:43:32 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-08 12:43:32 -0700 |
commit | 05ff2e0d053ba23cc3a83c266dca62d19d2dd8d4 (patch) | |
tree | a430c909b724f03905b2c7508a800a42fc6c06d5 /plugins/ethernet.c | |
parent | b7d722c12182908d523234093a60a77c14394f6a (diff) | |
download | connman-05ff2e0d053ba23cc3a83c266dca62d19d2dd8d4.tar.gz connman-05ff2e0d053ba23cc3a83c266dca62d19d2dd8d4.tar.bz2 connman-05ff2e0d053ba23cc3a83c266dca62d19d2dd8d4.zip |
Use central place to request current link details
Diffstat (limited to 'plugins/ethernet.c')
-rw-r--r-- | plugins/ethernet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ethernet.c b/plugins/ethernet.c index 2f9cf0f5..cce61c2e 100644 --- a/plugins/ethernet.c +++ b/plugins/ethernet.c @@ -93,7 +93,7 @@ static int ethernet_probe(struct connman_device *device) ethernet->watch = connman_rtnl_add_newlink_watch(ethernet->index, ethernet_newlink, device); - connman_rtnl_send_getlink(); + //connman_rtnl_send_getlink(); return 0; } |