Tim Waugh eaed78
diff -up cups-1.4b2-svn8404/cups/http-addrlist.c.res_init cups-1.4b2-svn8404/cups/http-addrlist.c
Tim Waugh eaed78
--- cups-1.4b2-svn8404/cups/http-addrlist.c.res_init	2009-03-23 17:41:03.000000000 +0000
Tim Waugh eaed78
+++ cups-1.4b2-svn8404/cups/http-addrlist.c	2009-03-23 17:41:26.000000000 +0000
Tim Waugh eaed78
@@ -373,7 +373,7 @@ httpAddrGetList(const char *hostname,	/*
Tim Waugh eaed78
 
Tim Waugh eaed78
       freeaddrinfo(results);
Tim Waugh eaed78
     }
Tim Waugh eaed78
-    else if (error == EAI_FAIL)
Tim Waugh 3069b5
+    else if (error == EAI_FAIL || error == EAI_AGAIN || error == EAI_NODATA)
Tim Waugh eaed78
       cg->need_res_init = 1;
Tim Waugh eaed78
 
Tim Waugh eaed78
 #else