diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-07-12 00:32:13 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-07-12 00:32:13 -0700 |
commit | f39a9a367e4ae5cd6ed02dcf89ed6b5e2811a9cc (patch) | |
tree | 286550c36d5be75c0faad10d12f6f0555502507a /plugins | |
parent | aef901e56c30723062f524605e8e9827764e9237 (diff) | |
download | connman-f39a9a367e4ae5cd6ed02dcf89ed6b5e2811a9cc.tar.gz connman-f39a9a367e4ae5cd6ed02dcf89ed6b5e2811a9cc.tar.bz2 connman-f39a9a367e4ae5cd6ed02dcf89ed6b5e2811a9cc.zip |
Store control interface for complex devices
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/bluetooth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index fa2c3c6f..fac96cf3 100644 --- a/plugins/bluetooth.c +++ b/plugins/bluetooth.c @@ -650,7 +650,7 @@ static void adapter_properties(DBusConnection *connection, const char *path, connman_device_set_index(adapter, index); } - connman_device_set_interface(adapter, node); + connman_device_set_interface(adapter, node, NULL); connman_device_set_mode(adapter, CONNMAN_DEVICE_MODE_NETWORK_MULTIPLE); |