From 079dac08c6a2725ce6e5ed2afa3f03d057c999c6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 8 Jan 2015 15:33:46 +0100 Subject: systemctl,loginctl: start polkit agent for all polkit enabled operations --- src/machine/machinectl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/machine/machinectl.c') 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; -- cgit v1.2.3-54-g00ecf