mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
remove unneeded assignment
This commit is contained in:
parent
92c276369d
commit
dcb6901593
1 changed files with 0 additions and 1 deletions
|
|
@ -152,7 +152,6 @@ func (c *ServerCommand) Run(args []string) int {
|
|||
coreConfig.AdvertiseAddr = config.HABackend.AdvertiseAddr
|
||||
} else {
|
||||
if coreConfig.HAPhysical, ok = backend.(physical.HABackend); ok {
|
||||
coreConfig.HAPhysical = backend.(physical.HABackend)
|
||||
coreConfig.AdvertiseAddr = config.Backend.AdvertiseAddr
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue