]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix reload of outbound_name change
authorBrian West <brian@freeswitch.org>
Tue, 18 Jun 2013 20:48:52 +0000 (15:48 -0500)
committerBrian West <brian@freeswitch.org>
Tue, 18 Jun 2013 20:49:12 +0000 (15:49 -0500)
src/mod/applications/mod_fifo/mod_fifo.c

index 1ff920eedb51f456cf8e7aa39cc511ee2121a8b0..bcec97bbb4cc0e3fdbdead6d14ded435cd86fd11 100644 (file)
@@ -4178,7 +4178,7 @@ static switch_status_t load_config(int reload, int del_all)
                                node = create_node(name, imp, globals.sql_mutex);
                        }
 
-                       if ((val = switch_xml_attr(fifo, "outbound_name")) && !zstr(val)) {
+                       if ((val = switch_xml_attr(fifo, "outbound_name"))) {
                                node->outbound_name = switch_core_strdup(node->pool, val);
                        }