提交 d9109625 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix mod_python build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6125 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 ab260003
......@@ -198,7 +198,7 @@ static void eval_some_python(char *uuid, char *args, switch_core_session_t *sess
}
static void python_function(switch_core_session_t *session, char *data)
SWITCH_STANDARD_APP(python_function)
{
eval_some_python(switch_core_session_get_uuid(session), (char *)data, session);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论