Skip to content
Snippets Groups Projects
Commit df12c351 authored by Yalu Zhang's avatar Yalu Zhang
Browse files

Fix a bug that always caused ubus call release from dectmngr replying error

Each time when dectmngr releases a call via ubus, an error reply is received like below.
{
	"terminal": 1,
	"pcm": 0,
	"errno": 1
}
Command failed: Unknown error

This doesn't cause any functional loss since dectmngr doesn't check the ubus reply from
voicemngr. But it is still misleading, especially when the ubus call is invoked manually
for debug and test purpose.
parent 46fd959f
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment