Index: net/quic/crypto/quic_crypto_server_config.cc |
diff --git a/net/quic/crypto/quic_crypto_server_config.cc b/net/quic/crypto/quic_crypto_server_config.cc |
index a5419db1e41440e97ce1760b589f59f0bfef8e83..571bb1cb950dd97ecea46dbcdb00b170d3202276 100644 |
--- a/net/quic/crypto/quic_crypto_server_config.cc |
+++ b/net/quic/crypto/quic_crypto_server_config.cc |
@@ -1013,8 +1013,7 @@ void QuicCryptoServerConfig::EvaluateClientHello( |
HandshakeFailureReason source_address_token_error = MAX_FAILURE_REASON; |
StringPiece srct; |
if (client_hello.GetStringPiece(kSourceAddressTokenTag, &srct)) { |
- Config& config = |
- requested_config != nullptr ? *requested_config : *primary_config; |
+ Config& config = requested_config ? *requested_config : *primary_config; |
source_address_token_error = |
ParseSourceAddressToken(config, srct, &info->source_address_tokens); |