提交 76795ac2 authored 作者: Mike Jerris's avatar Mike Jerris 提交者: Muteesa Fred

FS-10853: Fix unitialzed var

上级 4876cb76
...@@ -1336,7 +1336,7 @@ static switch_crypto_key_material_t* switch_core_media_crypto_append_key_materia ...@@ -1336,7 +1336,7 @@ static switch_crypto_key_material_t* switch_core_media_crypto_append_key_materia
*/ */
static const char* switch_core_media_crypto_find_key_material_candidate_end(const char *p) static const char* switch_core_media_crypto_find_key_material_candidate_end(const char *p)
{ {
const char *end; const char *end = NULL;
switch_assert(p != NULL); switch_assert(p != NULL);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论