提交 7e72cf2d authored 作者: Anthony Minessale's avatar Anthony Minessale

fix -

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6226 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 b2a026b9
...@@ -316,7 +316,7 @@ static void launch_threads(void) ...@@ -316,7 +316,7 @@ static void launch_threads(void)
} }
} else if (!strcasecmp(var, "interval")) { } else if (!strcasecmp(var, "interval")) {
source->interval = atoi(val); source->interval = atoi(val);
} else if (!strcasecmp(var, "timer_name")) { } else if (!strcasecmp(var, "timer-name")) {
source->timer_name = switch_core_strdup(source->pool, val); source->timer_name = switch_core_strdup(source->pool, val);
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论