diff options
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index 2d976a78e5..6cbecc02b9 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -641,6 +641,7 @@ static int dnsworker_main(void *data) { #ifndef MS_WINDOWS connection_free_all(); /* so the child doesn't hold the parent's fd's open */ #endif + handle_signals(0); /* ignore interrupts from the keyboard, etc */ for(;;) { |