summaryrefslogtreecommitdiff
path: root/src/components/config_profile/src/profile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/config_profile/src/profile.cc')
-rw-r--r--src/components/config_profile/src/profile.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/config_profile/src/profile.cc b/src/components/config_profile/src/profile.cc
index f318ec98f5..38be86c72f 100644
--- a/src/components/config_profile/src/profile.cc
+++ b/src/components/config_profile/src/profile.cc
@@ -2298,8 +2298,8 @@ void Profile::UpdateValues() {
kProtocolHandlerSection,
kMaxSupportedProtocolVersionKey);
- if (max_supported_protocol_version_ < 1) {
- max_supported_protocol_version_ = 1;
+ if (max_supported_protocol_version_ < 2) {
+ max_supported_protocol_version_ = 2;
} else if (max_supported_protocol_version_ >
kDefaultMaxSupportedProtocolVersion) {
max_supported_protocol_version_ = kDefaultMaxSupportedProtocolVersion;