This email list is read-only. Emails sent to this list will be discarded ---------------------------------- plugins/bluetooth.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
New commits: commit 7d5ec9de1cc7c0c50b8b54affc09b69f6a51b931 Author: Marcel Holtmann <[email protected]> Date: Sat Dec 20 07:26:07 2008 +0100 Return failure when disabling Bluetooth Diff in this email is a maximum of 400 lines. diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index 6b0f05c..6988693 100644 --- a/plugins/bluetooth.c +++ b/plugins/bluetooth.c @@ -64,7 +64,7 @@ static int bluetooth_disable(struct connman_element *device) { DBG("device %p name %s", device, device->name); - return 0; + return -EINVAL; } static struct connman_driver bluetooth_driver = { _______________________________________________ Commits mailing list [email protected] https://lists.moblin.org/mailman/listinfo/commits
