From e60f04a65abdb69dfd2a9a6efe8cd5f720756daf Mon Sep 17 00:00:00 2001 From: marcus o'flaherty Date: Wed, 5 Aug 2026 23:02:17 +0000 Subject: [PATCH] bugfix to SlowControlCollections that prevents them reading correctly --- src/ServiceDiscovery/SlowControlCollection.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ServiceDiscovery/SlowControlCollection.cpp b/src/ServiceDiscovery/SlowControlCollection.cpp index 31c0a65..f339179 100644 --- a/src/ServiceDiscovery/SlowControlCollection.cpp +++ b/src/ServiceDiscovery/SlowControlCollection.cpp @@ -747,10 +747,6 @@ bool SlowControlCollection::Update(SlowControlCollection* SCC, std::string key, reply="Error getting value from key: "+key; return false; } - else{ - reply=value; - return true; - } } } return true;