Merged revisions 43877 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r43877 | pcadach | 2006-09-28 21:56:21 +0600 (Чтв, 28 Сен 2006) | 1 line

Fix compiler warning
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43888 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Paul Cadach 19 years ago
parent 3b3702f9bc
commit 5bfa99306f

@ -1060,7 +1060,7 @@ static BOOL EmbedQSIGTunneledInfo(H323SignalPDU &pdu)
for (int i = 0; i < protos.GetSize(); ++i)
{
if ((protos[i].GetTag() == H225_TunnelledProtocol_id::e_tunnelledProtocolObjectID) &&
(((const PASN_ObjectId &)protos[i]).AsString() == OID_QSIG)) {
(((PASN_ObjectId &)protos[i]).AsString() == OID_QSIG)) {
addQSIG = FALSE;
break;
}

Loading…
Cancel
Save