]> git.proxmox.com Git - proxmox-backup.git/commit
sync: fix source store+namespace printing
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 30 Nov 2023 10:50:39 +0000 (11:50 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 30 Nov 2023 10:53:22 +0000 (11:53 +0100)
commit4cc4ea64fd0b798a8c03e94e78117b2e9a435781
tree6f754fc522d43a419825e07a6a64458ad4aa5364
parentb14e5dcb5942d8e1bce6830edf0768d3b9017fb4
sync: fix source store+namespace printing

previously this would always refer to the "top" namespace of the source,
instead of properly iterating over the namespace tree. adapt the trait
accordingly, since this was the only call site.

this fixes a cosmetic issue only.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/server/pull.rs