diff options
Diffstat (limited to 'src/or/cpuworker.c')
-rw-r--r-- | src/or/cpuworker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/cpuworker.c b/src/or/cpuworker.c index 51c582c1c..0ff097f13 100644 --- a/src/or/cpuworker.c +++ b/src/or/cpuworker.c @@ -127,6 +127,7 @@ int cpuworker_main(void *data) { close(fdarray[0]); /* this is the side of the socketpair the parent uses */ fd = fdarray[1]; /* this side is ours */ connection_free_all(); /* so the child doesn't hold the parent's fd's open */ +/* XXX probably don't close all the fd's on MS_WINDOWS? */ for(;;) { |