fix type in dmachine parser

This commit is contained in:
Anthony Minessale 2010-10-21 22:34:16 -05:00
parent 180c179c7f
commit 4cf5842836
1 changed files with 1 additions and 1 deletions

View File

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