Skip to content

Commit

Permalink
The init needs to register a cserver in the conf code or we end up re…
Browse files Browse the repository at this point in the history
…gistering the (#140)

fdbcli code twice (which is fatal).
  • Loading branch information
sfc-gh-jchacon authored Jun 22, 2022
1 parent 17bc811 commit fd45af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/fdb/server/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (s *cserver) Register(gs *grpc.Server) {
}

func init() {
services.RegisterSansShellService(&server{})
services.RegisterSansShellService(&cserver{})
}

func atomicSaveTo(f *ini.File, filename string) error {
Expand Down

0 comments on commit fd45af1

Please sign in to comment.