5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-02-16 09:57:41 +03:00
Dominik Csapak 75442e813e api daemons: fix sending log-reopen command
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>
2021-10-11 14:35:50 +02:00
..
2021-09-24 10:34:11 +02:00
2021-10-11 11:58:49 +02:00
2021-10-11 11:58:49 +02:00
2021-10-11 11:58:49 +02:00
2021-10-06 08:13:28 +02:00