[#610] Fix updateServers finding logic #610

Merged
alexvanin merged 1 commit from dkirillov/frostfs-s3-gw:bugfix/correct_log_in_server_sighup_reload into master 2025-02-03 13:00:17 +00:00
Showing only changes of commit 742cdbd060 - Show all commits

View file

@ -1053,8 +1053,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
}