mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 11:48:43 -07:00
Fixed typo
This commit is contained in:
@@ -571,7 +571,7 @@ func (s *Server) diffOptions(newOpts *Options) ([]option, error) {
|
||||
}
|
||||
diffOpts = append(diffOpts, &clientAdvertiseOption{newValue: cliAdv})
|
||||
case "nolog", "nosigs":
|
||||
// Ignore NoLog ad NoSigs options since they are not parsed and only used in
|
||||
// Ignore NoLog and NoSigs options since they are not parsed and only used in
|
||||
// testing.
|
||||
continue
|
||||
case "port":
|
||||
|
||||
Reference in New Issue
Block a user