summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/inc/rebootcontrol.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2019-12-11 16:33:42 +0100
committerSimon Rettberg2019-12-11 16:33:42 +0100
commita5eb6f1f99a6e22d3e5461b028aae8a49b23d4e8 (patch)
treec3f646f8a90c2a8b5146fd81bb8f846656c698f7 /modules-available/rebootcontrol/inc/rebootcontrol.inc.php
parentMerge branch 'master' into wol (diff)
downloadslx-admin-a5eb6f1f99a6e22d3e5461b028aae8a49b23d4e8.tar.gz
slx-admin-a5eb6f1f99a6e22d3e5461b028aae8a49b23d4e8.tar.xz
slx-admin-a5eb6f1f99a6e22d3e5461b028aae8a49b23d4e8.zip
[rebootcontrol] Only use Session to pass machine list to exec formwol
Diffstat (limited to 'modules-available/rebootcontrol/inc/rebootcontrol.inc.php')
-rw-r--r--modules-available/rebootcontrol/inc/rebootcontrol.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules-available/rebootcontrol/inc/rebootcontrol.inc.php b/modules-available/rebootcontrol/inc/rebootcontrol.inc.php
index 667c8bbd..f287e728 100644
--- a/modules-available/rebootcontrol/inc/rebootcontrol.inc.php
+++ b/modules-available/rebootcontrol/inc/rebootcontrol.inc.php
@@ -508,7 +508,6 @@ class RebootControl
$machines = RebootUtils::getFilteredMachineList($uuids, 'action.exec');
if ($machines === false)
return;
- RebootUtils::sortRunningFirst($machines);
$id = mt_rand();
Session::set('exec-' . $id, $machines, 60);
Session::save();