]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorBrian West <brian@freeswitch.org>
Sat, 31 Jan 2009 19:42:40 +0000 (19:42 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 31 Jan 2009 19:42:40 +0000 (19:42 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11580 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_channel.c

index 4f1eb1376ab0d6cf438b2d4bdfd2eb2d1e5039f7..f5722bffe5f13168ac54a178df7fc1f62f53b9f8 100644 (file)
@@ -593,7 +593,6 @@ SWITCH_DECLARE(switch_status_t) switch_channel_set_variable_var_check(switch_cha
                        if (ok) {
                                switch_event_add_header_string(channel->variables, SWITCH_STACK_BOTTOM, varname, value);
                        } else {
-                               abort();
                                switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Invalid data (${%s} contains a variable)\n", varname);
                        }
                }