summaryrefslogtreecommitdiff
path: root/res/res_srtp.c
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2013-05-13 20:37:11 +0000
committerKinsey Moore <kmoore@digium.com>2013-05-13 20:37:11 +0000
commit5c33714520baa30d2421ee137aa79a6192d16ab6 (patch)
treec48d919d929aaff771b4861b1b684e8ff79adc6d /res/res_srtp.c
parent6a257dd5346ba939af6afc5b908e4708a0425dde (diff)
Revert r388529 for now
Adding the cleanup function needs some deeper thought since it apparently doesn't exist for all variants of libsrtp. ........ Merged revisions 388596 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 388597 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@388598 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_srtp.c')
-rw-r--r--res/res_srtp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/res_srtp.c b/res/res_srtp.c
index dea222bae..549a1eaeb 100644
--- a/res/res_srtp.c
+++ b/res/res_srtp.c
@@ -546,7 +546,6 @@ static void res_srtp_shutdown(void)
{
srtp_install_event_handler(NULL);
ast_rtp_engine_unregister_srtp();
- srtp_shutdown();
g_initialized = 0;
}