minor secure fixes
This commit is contained in:
@@ -9,7 +9,6 @@ class conexion
|
||||
public:
|
||||
conexion(config_reader &conf);
|
||||
virtual void start_server();
|
||||
bool check_pass(std::string username, std::string passwd);
|
||||
protected:
|
||||
data_acces* data;
|
||||
int create_socket(int port);
|
||||
|
||||
Reference in New Issue
Block a user