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 8d6359a243896c6d60cfdc512cfbdc3d15b45ae6
Author: Masaori Koshiba <[email protected]>
AuthorDate: Fri Jun 8 11:55:52 2018 +0900

    Fix build error
---
 iocore/net/quic/QUICPacket.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/net/quic/QUICPacket.cc b/iocore/net/quic/QUICPacket.cc
index cc40820..373de9b 100644
--- a/iocore/net/quic/QUICPacket.cc
+++ b/iocore/net/quic/QUICPacket.cc
@@ -153,7 +153,7 @@ QUICPacketLongHeader::QUICPacketLongHeader(const IpEndpoint 
from, ats_unique_buf
     int pn_len = QUICTypeUtil::read_QUICPacketNumberLen(raw_buf + offset);
     QUICPacket::decode_packet_number(this->_packet_number, 
QUICTypeUtil::read_QUICPacketNumber(raw_buf + offset), pn_len,
                                      this->_base_packet_number);
-    this->_payload_start = offset + pn_len;
+    this->_payload_offset = offset + pn_len;
   }
 }
 

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to