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:
parent
fd8c8d8dba
commit
1a9816a515
@ -720,7 +720,7 @@ DnrInstance::parseDnrInstanceConfigData(const std::string& config_txt) {
|
||||
}
|
||||
|
||||
// Make notice if this is any of http alpn-ids.
|
||||
if (alpn_id.starts_with('h')) {
|
||||
if (alpn_id[0] == 'h') {
|
||||
alpn_http_ = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user