]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10778: fix MKI compile error
authorMike Jerris <mike@jerris.com>
Fri, 1 Dec 2017 21:10:50 +0000 (15:10 -0600)
committerMuteesa Fred <muteesafred@hotmail.com>
Tue, 24 Jul 2018 07:21:34 +0000 (07:21 +0000)
src/switch_core_media.c

index 6ba0f6cf53b16619882953d72d00bbce4f6fc2e6..032ce46cbdf7ce0b608666a18e0f2db8501dd239 100644 (file)
@@ -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;