mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-02 10:22:46 +00:00
Fix compiler warning
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43877 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1042,7 +1042,7 @@ static BOOL EmbedQSIGTunneledInfo(H323SignalPDU &pdu)
|
|||||||
for (int i = 0; i < protos.GetSize(); ++i)
|
for (int i = 0; i < protos.GetSize(); ++i)
|
||||||
{
|
{
|
||||||
if ((protos[i].GetTag() == H225_TunnelledProtocol_id::e_tunnelledProtocolObjectID) &&
|
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;
|
addQSIG = FALSE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user