diff --git a/chan_capi.c b/chan_capi.c index 86fa57e..71f1c8e 100644 --- a/chan_capi.c +++ b/chan_capi.c @@ -3739,6 +3739,8 @@ static void capidev_handle_disconnect_indication(_cmsg *CMSG, unsigned int PLCI, interface_cleanup(i); } else { local_queue_frame(i, &fr); + /* PLCI is now removed, make sure it doesn't match with new one */ + i->PLCI = 0xdead0000; } return; }