Use configfilemanager to get the real command
All checks were successful
Build / build (push) Successful in 11s
All checks were successful
Build / build (push) Successful in 11s
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
#include <sstream>
|
||||
#include <mutex>
|
||||
#include "definitions.h"
|
||||
|
||||
std::vector<std::string> splitString(const std::string& input, char delimiter);
|
||||
#include "configfilemanager.h"
|
||||
|
||||
class userManager
|
||||
{
|
||||
@@ -19,7 +18,7 @@ private:
|
||||
|
||||
public:
|
||||
|
||||
static std::string getScanCommandFromUser(const std::string&);
|
||||
static std::string getScanCommandFromUser(const std::string&, configfilemanager& cfm);
|
||||
|
||||
void addUserFromLogLine(std::string &line)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user