From d96c9ad20960134657709b815cdc5922d2ba7efc Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 4 Jan 2013 20:03:19 +0200 Subject: [PATCH] core: Fix calling of adapter_update_settings for powered changes --- src/mgmt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mgmt.c b/src/mgmt.c index 14c17c357..b82dc2447 100644 --- a/src/mgmt.c +++ b/src/mgmt.c @@ -305,7 +305,6 @@ static void mgmt_update_powered(struct btd_adapter *adapter, info->pending_uuid = FALSE; info->pending_class = FALSE; info->pending_cod_change = FALSE; - return; } adapter_update_settings(adapter, settings); -- 2.47.3