aboutsummaryrefslogtreecommitdiffstats
path: root/syz-manager/hub.go
diff options
context:
space:
mode:
Diffstat (limited to 'syz-manager/hub.go')
-rw-r--r--syz-manager/hub.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/syz-manager/hub.go b/syz-manager/hub.go
index 2c10a80f4..e10835f9e 100644
--- a/syz-manager/hub.go
+++ b/syz-manager/hub.go
@@ -155,10 +155,12 @@ func (hc *HubConnector) connect(corpus []*corpus.Item) (*rpctype.RPCClient, erro
if err != nil {
return nil, err
}
+ http := publicWebAddr(hc.cfg.HTTP)
a := &rpctype.HubConnectArgs{
Client: hc.cfg.HubClient,
Key: key,
Manager: hc.cfg.Name,
+ HTTP: http,
Domain: hc.domain,
Fresh: hc.fresh,
}