summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-08-21 01:29:17 +0200
committerLennart Poettering <lennart@poettering.net>2012-08-21 01:29:17 +0200
commit89fef99014662a5a63e7deaedd6292b7fb4ab2f8 (patch)
tree3482b20354f36b0a8874f27a9c115dad9ce2d6c0 /src/journal/journalctl.c
parentc05276f23e216a706936f1ee45a7005f86b3599c (diff)
journal: automatically evolve FSS key even when nothing is logged
Diffstat (limited to 'src/journal/journalctl.c')
-rw-r--r--src/journal/journalctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c
index 1dee74a935..0bbf4a045d 100644
--- a/src/journal/journalctl.c
+++ b/src/journal/journalctl.c
@@ -233,6 +233,7 @@ static int parse_argv(int argc, char *argv[]) {
case ARG_VERIFY_KEY:
arg_action = ACTION_VERIFY;
arg_verify_key = optarg;
+ arg_local = true;
break;
case ARG_INTERVAL: