src: initialize c-ares task list on env init
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 19 Sep 2013 03:59:54 +0000 (05:59 +0200)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Fri, 20 Sep 2013 16:39:14 +0000 (09:39 -0700)
commita0f79867dcc4e58e0753af0644759025ad6e9749
tree8d1fec4c9094ae7725857841a04e75d14fec3bea
parentd80d131c75d7defa06845d7daa634c4d51515e0c
src: initialize c-ares task list on env init

Don't forget to initialize the c-ares task tree head when creating a
new Environment.  Oversight from the multi-context work that landed
in commit 756b622.

Fixes #6244.
src/env-inl.h
test/simple/test-dns-regress-6244.js [new file with mode: 0644]