From df1060b01a5a1044be693dca6a13a677a0e67b5a Mon Sep 17 00:00:00 2001 From: pcadach Date: Thu, 28 Sep 2006 16:01:48 +0000 Subject: Merged revisions 43877 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ........ r43877 | pcadach | 2006-09-28 21:56:21 +0600 (Чтв, 28 Сен 2006) | 1 line Fix compiler warning ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43888 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/h323/ast_h323.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels/h323/ast_h323.cxx') diff --git a/channels/h323/ast_h323.cxx b/channels/h323/ast_h323.cxx index f4c3ba3f7..423224588 100644 --- a/channels/h323/ast_h323.cxx +++ b/channels/h323/ast_h323.cxx @@ -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; } -- cgit v1.2.3