From cf75b3f8d213ce6ffdcf1e2587fe0a1974a7b29f Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 13 Jun 2012 19:33:58 +0300 Subject: [PATCH] mgmtops: Clear pending_cod_change when powering off --- plugins/mgmtops.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c index ea1552d39..16a97c9aa 100644 --- a/plugins/mgmtops.c +++ b/plugins/mgmtops.c @@ -350,6 +350,7 @@ static int mgmt_update_powered(struct btd_adapter *adapter, info->pending_uuids = NULL; info->pending_uuid = FALSE; info->pending_class = FALSE; + info->pending_cod_change = FALSE; return 0; } -- 2.47.3