diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-08 15:33:46 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-08 23:13:45 +0100 |
commit | 079dac08c6a2725ce6e5ed2afa3f03d057c999c6 (patch) | |
tree | 05d1d88d5f963146065912aad58c12b528c2412c /src/machine | |
parent | acf97e213e69a97e63ab8f7fad7ecd53608c757a (diff) |
systemctl,loginctl: start polkit agent for all polkit enabled operations
Diffstat (limited to 'src/machine')
-rw-r--r-- | src/machine/machinectl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 2c29f1495e..939b648150 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -72,7 +72,6 @@ static OutputMode arg_output = OUTPUT_SHORT; static void pager_open_if_enabled(void) { - /* Cache result before we open the pager */ if (arg_no_pager) return; |