diff --git a/src/main.c b/src/main.c index 063bc1032..6737030a3 100644 --- a/src/main.c +++ b/src/main.c @@ -205,17 +205,9 @@ void parseOptions(int argc, char ** argv, Options * options) { void closeAllFDs() { int i; + int fds = getdtablesize(); - for(i=0;i