minor secure fixes

This commit is contained in:
2020-05-27 13:15:06 +02:00
parent a21f94bb69
commit 782507ecf3
6 changed files with 8 additions and 10 deletions

View File

@@ -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);