summaryrefslogtreecommitdiff
path: root/res/res_srtp.exports.in
diff options
context:
space:
mode:
authorScott Griepentrog <sgriepentrog@digium.com>2015-04-07 19:35:22 +0000
committerScott Griepentrog <sgriepentrog@digium.com>2015-04-07 19:35:22 +0000
commit0584e29300520211291fed42df6c17c90dce64c3 (patch)
tree893e42050069842170e9d57976b356d45b9c01f5 /res/res_srtp.exports.in
parentd754f70239921561449884e85bd9794b5f515cd9 (diff)
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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@434261 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_srtp.exports.in')
-rw-r--r--res/res_srtp.exports.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/res/res_srtp.exports.in b/res/res_srtp.exports.in
index 5e767549c..e69de29bb 100644
--- a/res/res_srtp.exports.in
+++ b/res/res_srtp.exports.in
@@ -1,4 +0,0 @@
-{
- local:
- *;
-};