]> git.proxmox.com Git - proxmox-backup.git/commit
acl: rename get_node to get_node_mut
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 8 Jun 2022 09:26:36 +0000 (11:26 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 8 Jun 2022 09:26:36 +0000 (11:26 +0200)
commit663165d6623c09bb0671faa0c16209691ec6ef6d
treef8d77f1701e8f40ca2d6e9dd4946252f8a607124
parent87005234c6f0d3aa90c8de0c913e11b216b3a8aa
acl: rename get_node to get_node_mut

get_node will be re-introduced with the next patch, which requires a
non-mut accessor.

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