fix resolving of proxy names with proxy_dns_daemon
commit133e06b3f01c879e9534ca76f947237826331fa7
authorrofl0r <rofl0r@users.noreply.github.com>
Mon, 20 Mar 2023 20:28:17 +0000 (20 20:28 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Mon, 20 Mar 2023 20:29:25 +0000 (20 20:29 +0000)
tree8d0f10efa0c3484c0c20610b2f04941ec9754510
parent2d265582a27dd358052d2644c9d736450f63b9c9
fix resolving of proxy names with proxy_dns_daemon

closes #497

in order to make this work, also the change in 2d265582a27dd358052d2644c9d736450f63b9c9
was required; otherwise the sendto() call from rdns lookup would
cause the init code to be called from within the init code and
ultimately hanging on pthread_once().
src/libproxychains.c