doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16255 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
99a4b08ffd
commit
650f55bf2f
|
@ -632,6 +632,7 @@ SWITCH_DECLARE(void) switch_nat_republish(void)
|
|||
if (!(natxml = switch_xml_parse_str_dup(stream.data))) {
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Unable to parse XML: %s\n", (char *) stream.data);
|
||||
switch_safe_free(stream.data);
|
||||
return;
|
||||
}
|
||||
|
||||
/* iterate the xml and publish the mappings */
|
||||
|
|
Loading…
Reference in New Issue