[or-cvs] r15178: ignore some errnos in hopes of building on windows again (tor/trunk/src/or)

arma at seul.org arma at seul.org
Fri Jun 13 02:07:17 UTC 2008


Author: arma
Date: 2008-06-12 22:07:17 -0400 (Thu, 12 Jun 2008)
New Revision: 15178

Modified:
   tor/trunk/src/or/reasons.c
Log:
ignore some errnos in hopes of building on windows again


Modified: tor/trunk/src/or/reasons.c
===================================================================
--- tor/trunk/src/or/reasons.c	2008-06-13 02:06:04 UTC (rev 15177)
+++ tor/trunk/src/or/reasons.c	2008-06-13 02:07:17 UTC (rev 15178)
@@ -252,8 +252,8 @@
       return END_OR_CONN_REASON_DONE;
     S_CASE(ENOTCONN):
     S_CASE(ENETUNREACH):
-    case ENETDOWN: /* << somebody should look into the Windows equiv */
-    case EHOSTUNREACH:
+//    case ENETDOWN: /* << somebody should look into the Windows equiv */
+//    case EHOSTUNREACH:
       return END_OR_CONN_REASON_NO_ROUTE;
     S_CASE(ECONNREFUSED):
       return END_OR_CONN_REASON_REFUSED;



More information about the tor-commits mailing list