Merge pull request #8939 from jonathanunderwood/stubby-fix-8888

[WIP] stubby: fix handling of pkis in config (#8888)
This commit is contained in:
Rosen Penev 2019-05-09 17:07:13 -07:00 committed by GitHub
commit 3506051a30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ generate_config()
handle_resolver_spki()
{
local val="$1"
local digest="${val%/*}"
local digest="${val%%/*}"
local value="${val#*/}"
if [ "$tls_pubkey_pinset_section" = 0 ]; then