[asterisk-commits] pcadach: trunk r43888 - in /trunk: ./
channels/h323/ast_h323.cxx
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Sep 28 09:01:49 MST 2006
Author: pcadach
Date: Thu Sep 28 11:01:48 2006
New Revision: 43888
URL: http://svn.digium.com/view/asterisk?rev=43888&view=rev
Log:
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
........
Modified:
trunk/ (props changed)
trunk/channels/h323/ast_h323.cxx
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/channels/h323/ast_h323.cxx
URL: http://svn.digium.com/view/asterisk/trunk/channels/h323/ast_h323.cxx?rev=43888&r1=43887&r2=43888&view=diff
==============================================================================
--- trunk/channels/h323/ast_h323.cxx (original)
+++ trunk/channels/h323/ast_h323.cxx Thu Sep 28 11:01:48 2006
@@ -1060,7 +1060,7 @@
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;
}
More information about the asterisk-commits
mailing list