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

@@ -61,10 +61,6 @@ void conexion::start_server(){
close(sock);
}
bool conexion::check_pass(std::string username, std::string passwd){
return passwd==this->data->get_passwd(username);
}
void conexion_client(int client){
char buf [256];