This commit is contained in:
Anthony Minessale 2012-07-27 13:23:30 -05:00
parent 71b64412b9
commit aba2b391fb
1 changed files with 1 additions and 3 deletions

View File

@ -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;
}
}