git-svn-id: http://svn.openzap.org/svn/openzap/trunk@497 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2008-07-01 23:34:16 +00:00
parent 7d9be1f65a
commit 1b523a758f
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ L3INT Q931Rx23(Q931_TrunkInfo_t *pTrunk, L3UCHAR * buf, L3INT Size)
/* Protocol Discriminator */
m->ProtDisc = Mes[IOff++];
/* CRV */add
/* CRV */
m->CRVFlag = Mes[IOff + 1] & 0x80;
m->CRV = Q931Uie_CRV(pTrunk, Mes, m->buf, &IOff, &ISize);