mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 13:48:09 +00:00
WTF???!!!! Copy/paste should be banished!
This commit is contained in:
parent
91324fa520
commit
16ffb52cbf
1 changed files with 3 additions and 3 deletions
|
|
@ -430,9 +430,9 @@ int Daemon::updateAudioStreamId(AudioStream *audio_stream) {
|
|||
return it->first;
|
||||
}
|
||||
|
||||
++mProxyIds;
|
||||
mAudioStreams.insert(make_pair(mProxyIds, new AudioStreamAndOther(audio_stream)));
|
||||
return mProxyIds;
|
||||
++mAudioStreamIds;
|
||||
mAudioStreams.insert(make_pair(mAudioStreamIds, new AudioStreamAndOther(audio_stream)));
|
||||
return mAudioStreamIds;
|
||||
}
|
||||
|
||||
AudioStreamAndOther *Daemon::findAudioStreamAndOther(int id) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue