From: Mike Jerris Date: Fri, 1 Dec 2017 21:10:50 +0000 (-0600) Subject: FS-10778: fix MKI compile error X-Git-Tag: v1.8.1~3^2~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=477f3bc549bf67acc5b3647044b2fa47768e3c9b;p=thirdparty%2Ffreeswitch.git FS-10778: fix MKI compile error --- diff --git a/src/switch_core_media.c b/src/switch_core_media.c index 6ba0f6cf53..032ce46cbd 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;