Skip to content
Snippets Groups Projects
Commit 83fca562 authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

TAsk #6553: Fix for mixup of long and short hostnames in MACScheduler

parent f140d255
No related branches found
No related tags found
No related merge requests found
......@@ -717,7 +717,7 @@ void MACScheduler::_updatePlannedList()
itsChildControl->startChild(CNTLRTYPE_OBSERVATIONCTRL,
obsID,
0, // instanceNr
myHostname(true));
myHostname(false));
// Note: controller is now in state NO_STATE/CONNECTED (C/R)
// add controller to our 'monitor' administration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment