Fix bug in GetREDStatus(): it doesn't actually return the current status.

BUG=none
TEST=none
R=niklas.enbom@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/41639004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@8159 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pkasting@chromium.org 2015-01-26 22:35:29 +00:00
parent 82415e395f
commit df9a41d270

View File

@ -3305,6 +3305,7 @@ Channel::GetREDStatus(bool& enabled, int& redPayloadtype)
"module");
return -1;
}
redPayloadtype = payloadType;
WEBRTC_TRACE(kTraceStateInfo, kTraceVoice,
VoEId(_instanceId, _channelId),
"GetREDStatus() => enabled=%d, redPayloadtype=%d",