mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
journal-remote: fix initialization of vacuum metrics
Follow-up for f12b399dd6 from
https://github.com/systemd/systemd/pull/25076
CID#1501551
This commit is contained in:
@@ -1148,7 +1148,7 @@ static int run(int argc, char **argv) {
|
||||
journal_reset_metrics(&s.metrics);
|
||||
s.metrics.max_use = arg_max_use;
|
||||
s.metrics.max_size = arg_max_size;
|
||||
s.metrics.max_size = arg_keep_free;
|
||||
s.metrics.keep_free = arg_keep_free;
|
||||
s.metrics.n_max_files = arg_n_max_files;
|
||||
|
||||
r = create_remoteserver(&s, key, cert, trust);
|
||||
|
||||
Reference in New Issue
Block a user