mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-02-16 09:57:41 +03:00
send_command serializes everything so it cannot be used to send a raw, optimized command. Normally that means we get an error like > 'unable to parse parameters (expected json object)' when used that way. Switch over to send_raw_command which does not re-serializes the command. Fixes: 45b8a032 ("refactor send_command") Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>