CommonMessaging: fix unitialized retrieval of MsgSvc
Compare changes
@@ -68,11 +68,16 @@ public:
@@ -145,7 +150,7 @@ private:
@@ -159,6 +164,13 @@ public:
@@ -167,8 +179,7 @@ protected:
if the MsgSvc is retrived by a client via the msgSvc() interface before the MsgStream is created, it will return a null ptr. This reverts the change that created the MsgSvc when needed.