Skip to content

Commit

Permalink
o11y: Fixed o11y bug (grpc#5720)
Browse files Browse the repository at this point in the history
  • Loading branch information
zasweq committed Oct 14, 2022
1 parent 7890fd1 commit 6a97a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func init() {
srv.drainServerTransports(addr)
}
internal.AddGlobalServerOptions = func(opt ...ServerOption) {
extraServerOptions = opt
extraServerOptions = append(extraServerOptions, opt...)
}
internal.ClearGlobalServerOptions = func() {
extraServerOptions = nil
Expand Down

0 comments on commit 6a97a89

Please sign in to comment.