mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
typo
This commit is contained in:
parent
b2f97336e8
commit
36cd926981
@ -7362,7 +7362,7 @@ SWITCH_DECLARE(void) switch_core_media_gen_local_sdp(switch_core_session_t *sess
|
||||
int j = 0;
|
||||
|
||||
for (j = 0; j < smh->mparams->num_codecs; j++) {
|
||||
if (smh->ianacodes[i] == smh->payload_space) {
|
||||
if (smh->ianacodes[j] == smh->payload_space) {
|
||||
smh->payload_space++;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user