mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 21:38:00 +03:00
fix: fix FARA segfault !!!
This commit is contained in:
@@ -54,7 +54,7 @@ class Server
|
||||
struct timeval last_modif;
|
||||
}t_tmp_fd;
|
||||
bool TimeToDie(struct timeval &last_modif, int lifeTime);
|
||||
int delete_fd(std::map<int, t_tmp_fd *> &map, int fd);
|
||||
int delete_fd(std::map<int, t_tmp_fd *> &map, std::map<int, t_tmp_fd *>::iterator &it);
|
||||
std::map<int, t_tmp_fd *> free_socket;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user