public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] fix #3856 hint parameter is not optional
@ 2022-02-03 11:57 Markus Frank
  2022-02-03 13:50 ` [pbs-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Frank @ 2022-02-03 11:57 UTC (permalink / raw)
  To: pbs-devel

For the API the parameter --hint is not optional. This patch fixes
the man page and cli command doesn't send an API call, if the 
parameter does not exist.

Signed-off-by: Markus Frank <m.frank@proxmox.com>
---
 src/bin/proxmox_tape/encryption_key.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/proxmox_tape/encryption_key.rs b/src/bin/proxmox_tape/encryption_key.rs
index 3c2bade9..156295fd 100644
--- a/src/bin/proxmox_tape/encryption_key.rs
+++ b/src/bin/proxmox_tape/encryption_key.rs
@@ -145,7 +145,6 @@ fn show_key(
             },
             hint: {
                 schema: PASSWORD_HINT_SCHEMA,
-                optional: true,
             },
         },
     },
-- 
2.30.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-03 13:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03 11:57 [pbs-devel] [PATCH proxmox-backup] fix #3856 hint parameter is not optional Markus Frank
2022-02-03 13:50 ` [pbs-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal