Sense of statement was inverted from what it should have been. Might have caused false T200 operation on reception of I-frames.

git-svn-id: https://origsvn.digium.com/svn/libpri/branches/1.4@1457 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
Matthew Fredrickson 2010-01-29 21:55:52 +00:00
parent f80fa82b33
commit 6443238ed0

2
q921.c
View File

@ -1671,7 +1671,7 @@ static pri_event *q921_iframe_rx(struct pri *pri, q921_h *h, int len)
stop_t200(pri);
start_t203(pri);
} else {
if (h->i.n_r == pri->v_a) {
if (h->i.n_r != pri->v_a) {
update_v_a(pri, h->i.n_r);
stop_t200(pri);
start_t200(pri);