From fe38fa1276eb56ddcc3ebf11801a858ef73a6d68 Mon Sep 17 00:00:00 2001
From: Ruud Overeem <overeem@astron.nl>
Date: Tue, 1 May 2007 11:18:45 +0000
Subject: [PATCH] BugID: 826

Bug fixing.
---
 LCS/ACC/ACCbin/src/ApplController.cc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/LCS/ACC/ACCbin/src/ApplController.cc b/LCS/ACC/ACCbin/src/ApplController.cc
index f75cddd5c52..bf09720567f 100644
--- a/LCS/ACC/ACCbin/src/ApplController.cc
+++ b/LCS/ACC/ACCbin/src/ApplController.cc
@@ -188,9 +188,6 @@ void ApplController::handleProcMessage(APAdmin*	anAP)
 			if (ackOnTime && !successful) { 
 				sendExecutionResult(0, "Nack from process:" + anAP->getName());
 			}
-			else {
-				sendExecutionResult(0, "Ack from process:" + anAP->getName());
-			}
 		}
 		else {
 			LOG_WARN(formatString(
-- 
GitLab