Forward PCM to applications even if PCM is inactive

This commit is contained in:
emanuel 2022-04-11 15:01:40 +01:00
parent 3443e2e355
commit 827ac4f53d
1 changed files with 1 additions and 1 deletions

View File

@ -233,8 +233,8 @@ static int transport_indication(facilities_t *facilities, void* responder, void*
case 2043:
if (facilities->coordination.active) {
pcm_check(facilities, its_msg);
fwd = true;
}
fwd = true;
break;
default: