[asterisk-commits] kmoore: branch 11 r388597 - in /branches/11: ./ res/res_srtp.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon May 13 15:35:30 CDT 2013
Author: kmoore
Date: Mon May 13 15:35:28 2013
New Revision: 388597
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=388597
Log:
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
Modified:
branches/11/ (props changed)
branches/11/res/res_srtp.c
Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/11/res/res_srtp.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/res/res_srtp.c?view=diff&rev=388597&r1=388596&r2=388597
==============================================================================
--- branches/11/res/res_srtp.c (original)
+++ branches/11/res/res_srtp.c Mon May 13 15:35:28 2013
@@ -546,7 +546,6 @@
{
srtp_install_event_handler(NULL);
ast_rtp_engine_unregister_srtp();
- srtp_shutdown();
g_initialized = 0;
}
More information about the asterisk-commits
mailing list