mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-04 19:02:23 +00:00
tree-wide: drop redundant clones
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
5b19368000
commit
872b5f41cd
@ -70,8 +70,8 @@ impl RRDCache {
|
|||||||
.map_err(|err: Error| format_err!("unable to create rrdb stat dir - {}", err))?;
|
.map_err(|err: Error| format_err!("unable to create rrdb stat dir - {}", err))?;
|
||||||
|
|
||||||
let config = Arc::new(CacheConfig {
|
let config = Arc::new(CacheConfig {
|
||||||
basedir: basedir.clone(),
|
basedir: basedir,
|
||||||
file_options: file_options.clone(),
|
file_options: file_options,
|
||||||
dir_options: dir_options,
|
dir_options: dir_options,
|
||||||
apply_interval,
|
apply_interval,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user