Don't mess with the message before we send it up to level 4.

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@180 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2007-05-29 16:38:04 +00:00
parent c8f9f19b14
commit d06d911671
1 changed files with 3 additions and 2 deletions

View File

@ -813,11 +813,12 @@ L3INT Q931ProcRestartTE(Q931_TrunkInfo_t *pTrunk, L3UCHAR * buf, L3INT iFrom)
} }
else if (iFrom ==2) else if (iFrom ==2)
{ {
/* TODO Add proc here*/
ret = Q931Tx34(pTrunk,buf,pMes->Size);
if (pTrunk->autoRestartAck) { if (pTrunk->autoRestartAck) {
Q931AckRestart(pTrunk, buf); Q931AckRestart(pTrunk, buf);
} }
/* TODO Add proc here*/
ret = Q931Tx34(pTrunk,buf,pMes->Size);
} }
return ret; return ret;
} }