[ofono-binder] Fix external dial status. JB#62411

This commit is contained in:
Matti Lehtimäki
2024-09-30 17:02:49 +03:00
parent 50d226e401
commit f8eede4395

View File

@@ -1016,9 +1016,9 @@ binder_voicecall_ext_dial_cb(
self->cb = NULL;
self->data = NULL;
if (result == BINDER_EXT_CALL_RESULT_OK) {
cb(binder_error_failure(&err), cbdata);
} else {
cb(binder_error_ok(&err), cbdata);
} else {
cb(binder_error_failure(&err), cbdata);
}
}
}