]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
pjsip: resolve compatibility problem with ast_sip_session
authorScott Griepentrog <sgriepentrog@digium.com>
Tue, 7 Apr 2015 19:35:22 +0000 (19:35 +0000)
committerScott Griepentrog <sgriepentrog@digium.com>
Tue, 7 Apr 2015 19:35:22 +0000 (19:35 +0000)
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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@434261 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_srtp.exports.in

index 5e767549c47d22e877c78bf7d7feac6d0744bddf..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,4 +0,0 @@
-{
-       local:
-               *;
-};