fix for euroisdn, watch if this one breaks dms

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@306 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2007-08-02 21:24:09 +00:00
parent 97ef2be934
commit c70233502a
1 changed files with 2 additions and 2 deletions

View File

@ -529,9 +529,9 @@ L3INT Q931AckRestart(Q931_TrunkInfo_t *pTrunk, L3UCHAR *buf)
Q931mes_Header *ptr = (Q931mes_Header*)&buf[Q931L4HeaderSpace];
ptr->MesType = Q931mes_RESTART_ACKNOWLEDGE;
if (ptr->CRV) {
//if (ptr->CRV) {
ptr->CRVFlag = !(ptr->CRVFlag);
}
//}
RetCode = Q931Proc[pTrunk->Dialect][ptr->MesType](pTrunk, buf, 4);