This is an automated email from the ASF dual-hosted git repository.

masaori pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 0b589903df5f433fc44df2c408eb30428c13de99
Author: Masaori Koshiba <masa...@apache.org>
AuthorDate: Wed Aug 23 16:25:45 2017 +0900

    Remvoe duplicated mutex allocation
---
 iocore/net/QUICNetVConnection.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/iocore/net/QUICNetVConnection.cc b/iocore/net/QUICNetVConnection.cc
index f6343c3..3ec81cb 100644
--- a/iocore/net/QUICNetVConnection.cc
+++ b/iocore/net/QUICNetVConnection.cc
@@ -62,7 +62,6 @@ QUICNetVConnection::init(UDPConnection *udp_con, 
QUICPacketHandler *packet_handl
 {
   this->_transmitter_mutex = new_ProxyMutex();
   this->_udp_con           = udp_con;
-  this->_transmitter_mutex = new_ProxyMutex();
   this->_packet_handler    = packet_handler;
   this->_quic_connection_id.randomize();
 

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>.

Reply via email to