FS-10778: fix MKI compile error

This commit is contained in:
Mike Jerris 2017-12-01 15:10:50 -06:00 committed by Muteesa Fred
parent 1fdd58f533
commit 477f3bc549
1 changed files with 1 additions and 1 deletions

View 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;