Don't reset peercallstate when we receive the STATUS message

git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@57 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
Martin Pycko 2003-09-09 23:40:16 +00:00
parent fe0eba8175
commit 88656d9497

1
q931.c
View File

@ -1912,7 +1912,6 @@ int q931_receive(struct pri *pri, q931_h *h, int len)
c->cause = -1;
c->causecode = -1;
c->causeloc = -1;
c->peercallstate = -1;
break;
case Q931_RESTART_ACKNOWLEDGE:
c->channelno = -1;