diff options
Diffstat (limited to 'src/login/loginctl.c')
-rw-r--r-- | src/login/loginctl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/login/loginctl.c b/src/login/loginctl.c index 0d9358d279..97c6617d7d 100644 --- a/src/login/loginctl.c +++ b/src/login/loginctl.c @@ -979,8 +979,7 @@ static int show(DBusConnection *bus, char **args, unsigned n) { show_properties = !strstr(args[0], "status"); - if (show_properties) - pager_open_if_enabled(); + pager_open_if_enabled(); if (show_properties && n <= 1) { /* If not argument is specified inspect the manager |