summaryrefslogtreecommitdiffstats
path: root/net/quic/crypto/crypto_server_config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/crypto/crypto_server_config.cc')
-rw-r--r--net/quic/crypto/crypto_server_config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quic/crypto/crypto_server_config.cc b/net/quic/crypto/crypto_server_config.cc
index 9c2f67b..b28207f 100644
--- a/net/quic/crypto/crypto_server_config.cc
+++ b/net/quic/crypto/crypto_server_config.cc
@@ -674,7 +674,7 @@ void QuicCryptoServerConfig::BuildRejection(
const QuicTag* their_proof_demands;
size_t num_their_proof_demands;
- if (proof_source_.get() != NULL && !info.sni.empty() &&
+ if (proof_source_.get() != NULL &&
client_hello.GetTaglist(kPDMD, &their_proof_demands,
&num_their_proof_demands) ==
QUIC_NO_ERROR) {