Skip to content

Commit

Permalink
trying to get CI to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Oct 25, 2024
1 parent b9c4b0d commit 86e11cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions context.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,13 @@ func (fctx *FrontingContext) ConfigureWithHello(pool *x509.CertPool, providers m
existing.closeCache()
}

_, err := newFronted(pool, providers, defaultProviderID, cacheFile, clientHelloID, func(f *fronted) {
fctx.instance.Set(f)
f, err := newFronted(pool, providers, defaultProviderID, cacheFile, clientHelloID, func(f *fronted) {

})
if err != nil {
return err
}
fctx.instance.Set(f)
return nil
}

Expand Down

0 comments on commit 86e11cc

Please sign in to comment.