Forward PCM to applications even if PCM is inactive
This commit is contained in:
parent
3443e2e355
commit
827ac4f53d
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue