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

wtf

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7906 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 1dafa06d
...@@ -436,7 +436,6 @@ void *SWITCH_THREAD_FUNC sofia_profile_worker_thread_run(switch_thread_t *thread ...@@ -436,7 +436,6 @@ void *SWITCH_THREAD_FUNC sofia_profile_worker_thread_run(switch_thread_t *thread
void *pop; void *pop;
switch_mutex_lock(profile->ireg_mutex); switch_mutex_lock(profile->ireg_mutex);
while (switch_queue_trypop(profile->sql_queue, &pop) == SWITCH_STATUS_SUCCESS && pop) { while (switch_queue_trypop(profile->sql_queue, &pop) == SWITCH_STATUS_SUCCESS && pop) {
printf("WTF [%s]\n", (char *)pop);
sofia_glue_actually_execute_sql(profile, SWITCH_TRUE, (char *) pop, NULL); sofia_glue_actually_execute_sql(profile, SWITCH_TRUE, (char *) pop, NULL);
free(pop); free(pop);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论