win32: Temporary fix for threading issue.
commit48844f85fc06de801e5cd70b87e08c866ca2360d
authorBen Kibbey <bjk@luxsci.net>
Sun, 30 Dec 2018 01:51:40 +0000 (29 17:51 -0800)
committerBen Kibbey <bjk@luxsci.net>
Sun, 30 Dec 2018 01:51:40 +0000 (29 17:51 -0800)
tree4301e4e4b43777aeb24ff11f8ff227964358bfd3
parent6dcae9b5b7c3f11ffa6f159ce540788d81bc07a6
win32: Temporary fix for threading issue.

Seems getaddrinfo() doesn't work when running in a thread spawned by
libpwmd on win32. For this platform we will have to do the DNS lookup on
the thread which called pwmd_connect() until fixed.
src/libpwmd.c
src/libpwmd.h.in
src/zxcvbn.c