Index: trunk/FACT++/src/DimServiceInfoList.cc
===================================================================
--- trunk/FACT++/src/DimServiceInfoList.cc	(revision 17182)
+++ trunk/FACT++/src/DimServiceInfoList.cc	(revision 17183)
@@ -696,8 +696,7 @@
 #endif
 
-    DimClient::sendCommandNB(cmd.c_str(), (void*)v.data(), v.size());
-//    const int rc = DimClient::sendCommand(cmd.c_str(), (void*)v.data(), v.size());
-//    if (!rc)
-//        throw runtime_error("ERROR - Sending command "+cmd+" failed.");
+    const int rc = DimClient::sendCommand(cmd.c_str(), (void*)v.data(), v.size());
+    if (!rc)
+        throw runtime_error("ERROR - Sending command "+cmd+" failed.");
 }
 
