Author: sgriepentrog
Date: Tue Apr  7 14:35:22 2015
New Revision: 434261

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=434261
Log:
pjsip: resolve compatibility problem with ast_sip_session

A change in r430179 inserted a variable near the top of a
structure caused a problem when running DPMA in a version
of Asterisk compiled across the change.  This patch moves
the new variable to the end of the structure, eliminating
the problem.

Review: https://reviewboard.asterisk.org/r/4574/
........

Merged revisions 433944 from http://svn.asterisk.org/svn/asterisk/branches/13

Modified:
    branches/13/res/res_srtp.exports.in

Modified: branches/13/res/res_srtp.exports.in
URL: 
http://svnview.digium.com/svn/asterisk/branches/13/res/res_srtp.exports.in?view=diff&rev=434261&r1=434260&r2=434261
==============================================================================
--- branches/13/res/res_srtp.exports.in (original)
+++ branches/13/res/res_srtp.exports.in Tue Apr  7 14:35:22 2015
@@ -1,4 +1,0 @@
-{
-       local:
-               *;
-};


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

Reply via email to