summaryrefslogtreecommitdiff
path: root/res/res_srtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_srtp.c')
-rw-r--r--res/res_srtp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/res_srtp.c b/res/res_srtp.c
index 9f9bf75b8..0dd3d3eec 100644
--- a/res/res_srtp.c
+++ b/res/res_srtp.c
@@ -530,9 +530,6 @@ static int ast_srtp_change_source(struct ast_srtp *srtp, unsigned int from_ssrc,
static void res_srtp_shutdown(void)
{
srtp_install_event_handler(NULL);
- if (srtp_shutdown() != err_status_ok) {
- ast_log(AST_LOG_WARNING, "Failed to de-initialize libsrtp\n");
- }
ast_rtp_engine_unregister_srtp();
g_initialized = 0;
}