Use correct service name and router module name

Both the base class and derived class had the fields, but the derived fields
were left blank.
This commit is contained in:
Esa Korhonen
2019-02-19 18:05:50 +02:00
parent afe41c38ed
commit 37db656cae
2 changed files with 6 additions and 8 deletions

View File

@ -115,8 +115,6 @@ public:
private:
FilterList m_filters; /**< Ordered list of filters */
std::string m_name; /**< Name of the service */
std::string m_router_name; /**< Router module */
std::string m_user; /**< Username */
std::string m_password; /**< Password */
std::string m_weightby; /**< Weighting parameter name */