diff options
Diffstat (limited to 'nDPIsrvd.c')
-rw-r--r-- | nDPIsrvd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nDPIsrvd.c b/nDPIsrvd.c index e57e2625a..6ac6894c9 100644 --- a/nDPIsrvd.c +++ b/nDPIsrvd.c @@ -1452,8 +1452,8 @@ static int mainloop(int epollfd) } } - close(signalfd); free_remotes(epollfd); + close(signalfd); return 0; } |