forked from TrueCloudLab/frostfs-http-gw
[#194] Fix updateServers finding logic
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
8362cd696e
commit
72e5d645b9
1 changed files with 1 additions and 1 deletions
|
@ -894,8 +894,8 @@ func (a *app) updateServers() error {
|
|||
if err := ser.UpdateCert(serverInfo.TLS.CertFile, serverInfo.TLS.KeyFile); err != nil {
|
||||
return fmt.Errorf("failed to update tls certs: %w", err)
|
||||
}
|
||||
found = true
|
||||
}
|
||||
found = true
|
||||
} else if unbind := a.updateUnbindServerInfo(serverInfo); unbind {
|
||||
found = true
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue