mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
uninitialized var
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10921 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -307,7 +307,7 @@ SWITCH_DECLARE(switch_xml_t) switch_xml_find_child_multi(switch_xml_t node, cons
|
|||||||
const char *vals[256] = {0};
|
const char *vals[256] = {0};
|
||||||
int x, i = 0;
|
int x, i = 0;
|
||||||
va_list ap;
|
va_list ap;
|
||||||
const char *attrname, *value;
|
const char *attrname, *value = NULL;
|
||||||
|
|
||||||
va_start(ap, childname);
|
va_start(ap, childname);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user