minor secure fixes
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user