Browse Source

Merge pull request #11115 from rpastrana/HPCC-19621-wsesdlconfigdetachfix

HPCC-19621 Address WsESDLConfig detach state problems

Reviewed-By: Russ Whitehead <william.whitehead@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 7 years ago
parent
commit
93a436e097
1 changed files with 2 additions and 1 deletions
  1. 2 1
      esp/services/ws_esdlconfig/ws_esdlconfigservice.hpp

+ 2 - 1
esp/services/ws_esdlconfig/ws_esdlconfigservice.hpp

@@ -67,7 +67,8 @@ public:
         return true;
     }
 private:
-    bool m_isDetachedFromDali;
+    //Service will be attached to Dali until told otherwise
+    bool m_isDetachedFromDali = false;
 };
 
 #endif //_ESPWIZ_WsESDLConfig_HPP__