]> git.proxmox.com Git - pve-installer.git/commit
gtk: FQDN parsing: fix fallback from error to generic message
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Feb 2024 09:36:55 +0000 (10:36 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Feb 2024 09:52:43 +0000 (10:52 +0100)
commit29443e5b4a3fe09600d79f57292e3b68f64c1efa
tree765f38f5ff9868b793b2b9aac396a520a7fe91a8
parent0aefabc571d5d78ec7f2672545f11383b9a64c5c
gtk: FQDN parsing: fix fallback from error to generic message

$@ is an empty string here, so we need to use a logical or operator,
not the definedness one, i.e., just like the if-branch condition
itself.

Reported-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxinstall