You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2018/01/19 02:22:52 UTC

[trafficserver] branch quic-latest updated: Fix a compiler warning for now

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

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


The following commit(s) were added to refs/heads/quic-latest by this push:
     new c041e55  Fix a compiler warning for now
c041e55 is described below

commit c041e55ae46f785df472922745083e04e2318f52
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Fri Jan 19 10:33:43 2018 +0900

    Fix a compiler warning for now
---
 iocore/net/quic/QUICTransportParameters.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/net/quic/QUICTransportParameters.cc b/iocore/net/quic/QUICTransportParameters.cc
index 5a15b87..d7c8889 100644
--- a/iocore/net/quic/QUICTransportParameters.cc
+++ b/iocore/net/quic/QUICTransportParameters.cc
@@ -501,7 +501,7 @@ void
 QUICTransportParametersInNewSessionTicket::_store(uint8_t *buf, uint16_t *len) const
 {
   // no additional fields defined
-  len = 0;
+  *len = 0;
 }
 
 std::ptrdiff_t

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