mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
fix build
This commit is contained in:
parent
a8350a17e3
commit
7ec38e9547
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ func (srv *Server) buildDiscoveryResources(ctx context.Context) (map[string][]*e
|
|||
})
|
||||
}
|
||||
|
||||
listeners, err := srv.Builder.BuildListeners(ctx, cfg.Config)
|
||||
listeners, err := srv.Builder.BuildListeners(ctx, cfg.Config, false)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue