]> git.proxmox.com Git - pve-manager.git/commit
pvesubscription: add missing return statement
authorAlexander Zeidler <a.zeidler@proxmox.com>
Mon, 29 Jan 2024 09:47:05 +0000 (10:47 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 2 Feb 2024 18:16:49 +0000 (19:16 +0100)
commit1e5f1bc8f1c7ca0ce1bad2ccc5b0a218ba9a440e
tree1481f0f0c584247c591bdb841c9d3419b1569ee1
parent267dc2bdf9326d90ea2136080c8013c230862816
pvesubscription: add missing return statement

to avoid a failing null check and its error message. This confused
users since the activation was successful anyway.

Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
PVE/CLI/pvesubscription.pm