Commit 90e3eef5 authored by rtenneti's avatar rtenneti Committed by Commit bot

QUIC - Initialize SourceAddressToken's timestamp_ in the constructor.

R=rch@chromium.org

Review URL: https://codereview.chromium.org/985383003

Cr-Commit-Position: refs/heads/master@{#319708}
parent 44d860bf
...@@ -12,7 +12,7 @@ using std::string; ...@@ -12,7 +12,7 @@ using std::string;
namespace net { namespace net {
SourceAddressToken::SourceAddressToken() SourceAddressToken::SourceAddressToken()
: has_cached_network_parameters_(false) { : timestamp_(0), has_cached_network_parameters_(false) {
} }
SourceAddressToken::~SourceAddressToken() { SourceAddressToken::~SourceAddressToken() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment