]> git.proxmox.com Git - pve-common.git/commit
pbs client: forget snapshot: suppress output
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 20 Jul 2022 10:59:42 +0000 (12:59 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 4 Nov 2022 13:01:25 +0000 (14:01 +0100)
commite1fa96e1972f0a041ff1389cb413861d609e10da
treec0c8feda7ee782f380a4cac368f69a1912698f66
parent01d2fb7844c7f6177e341148d83f110df44564b2
pbs client: forget snapshot: suppress output

Otherwise, there will be
Result: {
      "data": null
}
when calling via a CLI tool for example. This also makes it consistent
with PVE in preparation to switch to using PBSClient there.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
src/PVE/PBSClient.pm