aboutsummaryrefslogtreecommitdiffstats
path: root/apanel.pl
diff options
context:
space:
mode:
Diffstat (limited to 'apanel.pl')
-rwxr-xr-xapanel.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/apanel.pl b/apanel.pl
index c0a7a837..98838a22 100755
--- a/apanel.pl
+++ b/apanel.pl
@@ -30,7 +30,7 @@ my $cmdline = new yui::YCommandLine;
usage() if($cmdline->find("--help") > 0 || $cmdline->find("-h") > 0);
-ask_for_authentication() if(require_root_capability());
+ask_for_authentication($USE_PKIT) if(require_root_capability());
my $mainWin = new MainDisplay();
my $launch = $mainWin->start();