Index: trunk/FACT++/src/ftmctrl.cc
===================================================================
--- trunk/FACT++/src/ftmctrl.cc	(revision 14504)
+++ trunk/FACT++/src/ftmctrl.cc	(revision 14505)
@@ -1957,5 +1957,5 @@
                 return FTM::State::kConfigError2;
             // ======================
-            if (!fFtm.IsLocked())
+            if (!fFTM.IsLocked())
             {
                  T::Warn("Configuration successfull, but clock conditioner not locked.");
@@ -2238,5 +2238,5 @@
             ("");
 
-        T::AddEvent("RESET_CONFIGURE", FTM::State::kConfiguring1, FTM::State::kConfiguring2, FTM::State::kConfigured, FTM::State::kConfigError1, FTM::State::kConfigError2, FTM::State::kConfigError2)
+        T::AddEvent("RESET_CONFIGURE")(FTM::State::kConfiguring1)(FTM::State::kConfiguring2)(FTM::State::kConfigured)(FTM::State::kConfigError1)(FTM::State::kConfigError2)(FTM::State::kConfigError2)
             (bind(&StateMachineFTM::ResetConfig, this))
             ("Reset states during a configuration or in case of configuration error");
