STFU n FIX
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9235 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4796964c5b
commit
0dc0aa090d
|
@ -125,7 +125,7 @@ static int32_t stfu_n_measure_interval(stfu_queue_t *queue)
|
||||||
}
|
}
|
||||||
|
|
||||||
for(index = 0; index < STFU_MAX_TRACK; index++) {
|
for(index = 0; index < STFU_MAX_TRACK; index++) {
|
||||||
if (track[index] > most) {
|
if (track[index] > track[most]) {
|
||||||
most = index;
|
most = index;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue