BUG=941 Review URL: https://webrtc-codereview.appspot.com/966020 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3125 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
55cd78cfc2
commit
de727ab260
@ -332,7 +332,10 @@ Channel::SendRTCPPacket(int channel, const void *data, int len)
|
||||
// Packet transmission using external transport transport
|
||||
{
|
||||
CriticalSectionScoped cs(&_callbackCritSect);
|
||||
|
||||
if (_transportPtr == NULL)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
int n = _transportPtr->SendRTCPPacket(channel,
|
||||
bufferToSendPtr,
|
||||
bufferLength);
|
||||
|
Loading…
x
Reference in New Issue
Block a user