aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-hubtool
diff options
context:
space:
mode:
Diffstat (limited to 'tools/syz-hubtool')
-rw-r--r--tools/syz-hubtool/hubtool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-hubtool/hubtool.go b/tools/syz-hubtool/hubtool.go
index bf5f6c20b..491191a4c 100644
--- a/tools/syz-hubtool/hubtool.go
+++ b/tools/syz-hubtool/hubtool.go
@@ -51,7 +51,7 @@ func main() {
return
}
log.Printf("connecting to hub at %v...", *flagHubAddress)
- conn, err := rpctype.NewRPCClient(*flagHubAddress)
+ conn, err := rpctype.NewRPCClient(*flagHubAddress, 1)
if err != nil {
log.Fatalf("failed to connect to hub: %v", err)
}