mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-25 20:19:36 +00:00
small bug
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13408 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
2c7a894c02
commit
27022328f5
@ -553,7 +553,9 @@ SWITCH_DECLARE(void) switch_rtp_shutdown(void)
|
|||||||
switch_mutex_unlock(port_lock);
|
switch_mutex_unlock(port_lock);
|
||||||
|
|
||||||
#ifdef ENABLE_ZRTP
|
#ifdef ENABLE_ZRTP
|
||||||
|
if (zrtp_on) {
|
||||||
zrtp_down(zrtp_global);
|
zrtp_down(zrtp_global);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
crypto_kernel_shutdown();
|
crypto_kernel_shutdown();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user