]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.cpp
Реализована инициализация членов класса RPC_CONFIG через список
[stg.git] / projects / stargazer / plugins / configuration / rpcconfig / rpcconfig.cpp
index 46905b15366e539b319ad4010cf72b72e1156e6a..cfaec55534aa7c5aa331f7a86cf2f9711d1fadf6 100644 (file)
@@ -113,9 +113,15 @@ return rpcc.GetPlugin();
 }
 
 RPC_CONFIG::RPC_CONFIG()
-    : rpcServer(NULL)
+    : users(NULL),
+      admins(NULL),
+      tariffs(NULL),
+      store(NULL),
+      stgSettings(NULL),
+      rpcServer(NULL),
+      running(false),
+      stopped(true)
 {
-
 }
 
 RPC_CONFIG::~RPC_CONFIG()