Index: /trunk/FACT++/src/RemoteControl.cc
===================================================================
--- /trunk/FACT++/src/RemoteControl.cc	(revision 10306)
+++ /trunk/FACT++/src/RemoteControl.cc	(revision 10307)
@@ -75,8 +75,8 @@
         {
             fCurrentServer = str;
-            return true;
+            return false;
         }
         lout << kRed << "Unkown server '" << str << "'" << endl;
-        return false;
+        return true;
     }
 
@@ -87,5 +87,5 @@
     }
 
-    return !fServiceList.SendDimCommand(lout, fCurrentServer, str);
+    return !fCommandList.SendDimCommand(lout, fCurrentServer, str);
 }
 
