cli: Fix missing closing file descriptors
This commit is contained in:
parent
32799f196a
commit
fdf19f5467
4 changed files with 42 additions and 5 deletions
2
l2tpns.h
2
l2tpns.h
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue