提交 714d8d2b authored 作者: Anthony Minessale's avatar Anthony Minessale

fix broken macro call

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9852 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 a94d442f
......@@ -50,7 +50,7 @@ static struct {
SWITCH_MODULE_LOAD_FUNCTION(mod_xml_cdr_load);
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_xml_cdr_shutdown);
SWITCH_MODULE_DEFINITION(mod_xml_cdr, mod_xml_cdr_load, NULL, NULL);
SWITCH_MODULE_DEFINITION(mod_xml_cdr, mod_xml_cdr_load, mod_xml_cdr_shutdown, NULL);
/* this function would have access to the HTML returned by the webserver, we dont need it
* and the default curl activity is to print to stdout, something not as desirable
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论