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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user