cli: Fix missing closing file descriptors

This commit is contained in:
Samuel Thibault 2024-02-04 04:36:09 +01:00
parent 32799f196a
commit fdf19f5467
4 changed files with 42 additions and 5 deletions

View file

@ -1037,7 +1037,9 @@ extern uint32_t last_id;
extern struct Tstats *_statistics;
extern in_addr_t my_address;
extern int clifd;
extern int nlfd;
extern int epollfd;
extern FILE *log_stream;
struct event_data {
enum {