This commit is contained in:
chris
2002-04-02 21:40:28 +00:00
parent de65eda001
commit 2ece61a41f
4 changed files with 13 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ void resolver_worker(void* ptr) {
delay.tv_sec = 0;
delay.tv_nsec = 500;
pthread_mutex_lock(&resolver_queue_mutex);
sethostent(1);
while(1) {
/* Wait until we are told that an address has been added to the
* queue. */