OSDN Git Service

fix for previous incorrect fix of cancellation in dns lookups
authorRich Felker <dalias@aerifal.cx>
Thu, 23 Feb 2012 18:07:20 +0000 (13:07 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 23 Feb 2012 18:07:20 +0000 (13:07 -0500)
commit56ddcc720837522e0ff0199422284a7e69e5e891
tree1c33390fc34395e0509a5568ea41c3f9671e6a80
parentf96eb335e1ea050b781904d589bf8413131bee48
fix for previous incorrect fix of cancellation in dns lookups

uninitialized file descriptor was being closed on return, causing
stdin to be closed in many cases.
src/network/__dns.c