]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Remove srtp_shutdown from res_srtp
authorMatthew Jordan <mjordan@digium.com>
Fri, 24 Feb 2012 17:41:18 +0000 (17:41 +0000)
committerMatthew Jordan <mjordan@digium.com>
Fri, 24 Feb 2012 17:41:18 +0000 (17:41 +0000)
commited81d0e58547bea86f428a7282426b515f8aba1a
treeff229ac51607dfa7a9f914f166c99fb5fe36d6a8
parent032962f1a21602d190d3ecf701882e02cff1c499
Remove srtp_shutdown from res_srtp

The patch for ASTERISK-19253 included properly shutting down the libsrtp
library in the case of module unload.  Unfortunately, not all distributions
have the srtp_shutdown call.  As such, this patch removes calling
srtp_shutdown.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@356650 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_srtp.c