From 83fca562eb44f66c7889bebbb1dad82c0f093e63 Mon Sep 17 00:00:00 2001
From: Arno Schoenmakers <schoenmakers@astron.nl>
Date: Wed, 2 Nov 2016 15:04:31 +0000
Subject: [PATCH] TAsk #6553: Fix for mixup of long and short hostnames in
 MACScheduler

---
 MAC/APL/MainCU/src/MACScheduler/MACScheduler.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAC/APL/MainCU/src/MACScheduler/MACScheduler.cc b/MAC/APL/MainCU/src/MACScheduler/MACScheduler.cc
index ee6cd42d954..978c8732617 100644
--- a/MAC/APL/MainCU/src/MACScheduler/MACScheduler.cc
+++ b/MAC/APL/MainCU/src/MACScheduler/MACScheduler.cc
@@ -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
-- 
GitLab