提交 50a02efd authored 作者: Travis Cross's avatar Travis Cross

Fix variable type in mod_nibblebill

上级 e9642158
......@@ -337,7 +337,7 @@ static void transfer_call(switch_core_session_t *session, char *destination)
static switch_bool_t bill_event(double billamount, const char *billaccount, switch_channel_t *channel)
{
char *sql = NULL, *dsql = NULL;
switch_status_t status = SWITCH_FALSE;
switch_bool_t status = SWITCH_FALSE;
if (globals.custom_sql_save) {
if (switch_string_var_check_const(globals.custom_sql_save) || switch_string_has_escaped_data(globals.custom_sql_save)) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论