Skip to content

Commit

Permalink
vttestserver should only pass a BindAddressGprc if one is passed in (#…
Browse files Browse the repository at this point in the history
…17457)

Signed-off-by: Anirban Mukhopadhyay <[email protected]>
Signed-off-by: Manan Gupta <[email protected]>
Co-authored-by: Anirban Mukhopadhyay <[email protected]>
Co-authored-by: Manan Gupta <[email protected]>
  • Loading branch information
3 people authored Jan 10, 2025
1 parent 8fe04c5 commit 4bd822b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vttest/vtprocess.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func VtcomboProcess(environment Environment, args *Config, mysql MySQLManager) (
if args.VtComboBindAddress != "" {
vtcomboBindAddress = args.VtComboBindAddress
}
grpcBindAddress := "127.0.0.1"
grpcBindAddress := ""
if servenv.GRPCBindAddress() != "" {
grpcBindAddress = servenv.GRPCBindAddress()
}
Expand Down

0 comments on commit 4bd822b

Please sign in to comment.