提交 376b42c3 authored 作者: Brian West's avatar Brian West

uninitialized var

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10921 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 c0711320
......@@ -307,7 +307,7 @@ SWITCH_DECLARE(switch_xml_t) switch_xml_find_child_multi(switch_xml_t node, cons
const char *vals[256] = {0};
int x, i = 0;
va_list ap;
const char *attrname, *value;
const char *attrname, *value = NULL;
va_start(ap, childname);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论