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

fix seg

上级 71b64412
......@@ -7799,9 +7799,7 @@ static conference_obj_t *conference_find(char *name, char *domain)
switch_core_hash_delete(globals.conference_hash, conference->name);
switch_clear_flag(conference, CFLAG_INHASH);
conference = NULL;
}
if (!zstr(domain) && conference->domain && strcasecmp(domain, conference->domain)) {
} else if (!zstr(domain) && conference->domain && strcasecmp(domain, conference->domain)) {
conference = NULL;
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论