mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 08:29:45 +00:00
[core] scan-build: Value stored to 'first_timeout' is never read - switch_ivr_collect_digits_count()
This commit is contained in:
parent
b067a7ccbd
commit
3fadf95090
@ -1414,7 +1414,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_collect_digits_count(switch_core_sess
|
||||
if (digit_timeout && first_timeout) {
|
||||
eff_timeout = first_timeout;
|
||||
} else if (digit_timeout && !first_timeout) {
|
||||
first_timeout = eff_timeout = digit_timeout;
|
||||
eff_timeout = digit_timeout;
|
||||
} else if (first_timeout) {
|
||||
digit_timeout = eff_timeout = first_timeout;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user