aboutsummaryrefslogtreecommitdiff
path: root/webrtc/p2p/base/relayport.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/p2p/base/relayport.cc')
-rw-r--r--webrtc/p2p/base/relayport.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/p2p/base/relayport.cc b/webrtc/p2p/base/relayport.cc
index 19883a3121..88adcf2f88 100644
--- a/webrtc/p2p/base/relayport.cc
+++ b/webrtc/p2p/base/relayport.cc
@@ -754,7 +754,7 @@ void RelayEntry::OnReadPacket(
void RelayEntry::OnSentPacket(rtc::AsyncPacketSocket* socket,
const rtc::SentPacket& sent_packet) {
- port_->OnSentPacket(socket, sent_packet);
+ port_->OnSentPacket(sent_packet);
}
void RelayEntry::OnReadyToSend(rtc::AsyncPacketSocket* socket) {