From c78a6629aaecd8cae8f3b9300205f1b3fd9d0b6c Mon Sep 17 00:00:00 2001
From: Ruud Overeem <overeem@astron.nl>
Date: Thu, 23 Nov 2006 15:51:16 +0000
Subject: [PATCH] BugID: 804 Bugfix.

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

diff --git a/MAC/APL/StationCU/src/StationControl/StationControl.cc b/MAC/APL/StationCU/src/StationControl/StationControl.cc
index 358bedfbb4c..0790c98b871 100644
--- a/MAC/APL/StationCU/src/StationControl/StationControl.cc
+++ b/MAC/APL/StationCU/src/StationControl/StationControl.cc
@@ -384,13 +384,13 @@ GCFEvent::TResult StationControl::operational_state(GCFEvent& event, GCFPortInte
 	case CONTROL_RESUMED:
 	case CONTROL_SUSPENDED:
 	case CONTROL_RELEASED:
+	case CONTROL_FINISH:
 	case CONTROL_CLAIM:			// from ParentITCport
 	case CONTROL_SCHEDULE:
 	case CONTROL_PREPARE:
 	case CONTROL_RESUME:
 	case CONTROL_SUSPEND:
 	case CONTROL_RELEASE:
-	case CONTROL_FINISH:
 	case CONTROL_QUIT: {
 		// All the events have the problem that the controller can be StationControl,
 		// CalibrationControl or BeamControl. But what they all have in common is
-- 
GitLab