proxmox-backup-manager.rs: remove wrong fixme

This commit is contained in:
Dietmar Maurer 2019-12-27 10:17:06 +01:00
parent e739a8d8b4
commit afddffc7ec
1 changed files with 0 additions and 2 deletions

View File

@ -414,8 +414,6 @@ fn update_certs(force: Option<bool>) -> Result<(), Error> {
alt_names.ip("127.0.0.1");
alt_names.ip("::1");
// fixme: add local node IPs
alt_names.dns("localhost");
if nodename != "localhost" { alt_names.dns(nodename); }