Skip to content

Commit

Permalink
Fix typha command line client.
Browse files Browse the repository at this point in the history
  • Loading branch information
fasaxc committed Aug 30, 2017
1 parent 295909b commit 71413e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/typha-client/typha-client.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func main() {

callbacks := &syncerCallbacks{}
addr := arguments["--server"].(string)
client := syncclient.New(addr, buildinfo.GitVersion, "test-host", "some info", callbacks)
client := syncclient.New(addr, buildinfo.GitVersion, "test-host", "some info", callbacks, nil)
err = client.Start(context.Background())
if err != nil {
log.WithError(err).Panic("Client failed")
Expand Down

0 comments on commit 71413e6

Please sign in to comment.