Index: /trunk/FACT++/src/StateMachineDimControl.cc
===================================================================
--- /trunk/FACT++/src/StateMachineDimControl.cc	(revision 19420)
+++ /trunk/FACT++/src/StateMachineDimControl.cc	(revision 19421)
@@ -621,5 +621,5 @@
         return !Dim::SendCommand(conf.Get<string>("restart")+"/EXIT", uint32_t(126));
 
-    if (conf.Has("shutdown"))
+    if (conf.Get<bool>("shutdown"))
         return !Dim::SendCommand("DIS_DNS/KILL_SERVERS", uint32_t(125));
 
