From 43fc695b731ca4725a71ded5d7461710d4cd47c5 Mon Sep 17 00:00:00 2001 From: Mike Jerris Date: Fri, 1 Dec 2017 15:10:50 -0600 Subject: [PATCH] FS-10778: fix MKI compile error --- src/switch_core_media.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_core_media.c b/src/switch_core_media.c index c82353162d..b38d68a953 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -1350,7 +1350,7 @@ switch_status_t switch_core_media_add_crypto(switch_core_session_t *session, swi const char *p, *delimit; const char *key_material_begin; - const char *key_material_end; /* begin and end of the current key material candidate */ + const char *key_material_end = NULL; /* begin and end of the current key material candidate */ int method_len; int keysalt_len;