small bug

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13408 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-05-20 23:53:44 +00:00
parent 2c7a894c02
commit 27022328f5
1 changed files with 3 additions and 1 deletions

View File

@ -553,7 +553,9 @@ SWITCH_DECLARE(void) switch_rtp_shutdown(void)
switch_mutex_unlock(port_lock);
#ifdef ENABLE_ZRTP
zrtp_down(zrtp_global);
if (zrtp_on) {
zrtp_down(zrtp_global);
}
#endif
crypto_kernel_shutdown();