rrd: drop redundant field names

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2021-12-30 14:18:43 +01:00
parent 6f1c26b083
commit 9987872382
1 changed files with 3 additions and 3 deletions

View File

@ -70,9 +70,9 @@ impl RRDCache {
.map_err(|err: Error| format_err!("unable to create rrdb stat dir - {}", err))?;
let config = Arc::new(CacheConfig {
basedir: basedir,
file_options: file_options,
dir_options: dir_options,
basedir,
file_options,
dir_options,
apply_interval,
});