summaryrefslogtreecommitdiffstats
path: root/apis/debugrequest.inc.php
diff options
context:
space:
mode:
authorChristoph Schulthess2017-03-01 16:14:49 +0100
committerChristoph Schulthess2017-03-01 16:14:49 +0100
commit0edfd21498c514e9f5da9aea10fc2082fe6fe834 (patch)
treead3c3a281517bab29a1d94240f09c682c960312f /apis/debugrequest.inc.php
parentMerge branch 'master' of git.openslx.org:openslx-ng/slx-admin into remote-debug (diff)
downloadslx-admin-0edfd21498c514e9f5da9aea10fc2082fe6fe834.tar.gz
slx-admin-0edfd21498c514e9f5da9aea10fc2082fe6fe834.tar.xz
slx-admin-0edfd21498c514e9f5da9aea10fc2082fe6fe834.zip
Added active relay list to debugconfig
Diffstat (limited to 'apis/debugrequest.inc.php')
-rw-r--r--apis/debugrequest.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apis/debugrequest.inc.php b/apis/debugrequest.inc.php
index 0d423bec..54ebffb2 100644
--- a/apis/debugrequest.inc.php
+++ b/apis/debugrequest.inc.php
@@ -19,6 +19,6 @@ if ($validclient == false) {
$data = array("hosts" => array($_SERVER["REMOTE_ADDR"], $debug_settings["debugServer"]),
"ports" => array($port, intval($debug_settings["port"])), "descs" => array("bwlpclient", "debugserver"));
$taskstruct = Taskmanager::submit('DispatchRelay', $data);
- Property::setDebugTaskStruct($taskstruct);
+ Property::addToList("DispatchedRelay", $taskstruct['id']);
}