diff options
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index 79b4acceda..2d3d800c29 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -941,6 +941,9 @@ spawn_dnsworker(void) return -1; } + tor_assert(fdarray[0] >= 0); + tor_assert(fdarray[1] >= 0); + /* log_fn(LOG_NOTICE,"Before spawn: fdarray @%d has %d:%d", (int)fdarray, fdarray[0],fdarray[1]); */ |