fix partial match counting as exact match in dmachine

This commit is contained in:
Anthony Minessale 2010-12-27 14:55:55 -06:00
parent 430dfdacab
commit 5eb951aa30
1 changed files with 0 additions and 2 deletions

View File

@ -303,8 +303,6 @@ static dm_match_t switch_ivr_dmachine_check_match(switch_ivr_dmachine_t *dmachin
if (is_timeout) {
if (both_bp) {
r_bp = exact_bp ? exact_bp : both_bp;
} else if (partial_bp) {
r_bp = partial_bp;
}
}