2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[#3141] fix compilation error

This commit is contained in:
Piotrek Zadroga 2024-02-22 15:16:20 +01:00
parent fd8c8d8dba
commit 1a9816a515

View File

@ -720,7 +720,7 @@ DnrInstance::parseDnrInstanceConfigData(const std::string& config_txt) {
} }
// Make notice if this is any of http alpn-ids. // Make notice if this is any of http alpn-ids.
if (alpn_id.starts_with('h')) { if (alpn_id[0] == 'h') {
alpn_http_ = true; alpn_http_ = true;
} }