[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r9772: forward-port the bugfix from juliusz (tor/trunk/src/or)



Author: arma
Date: 2007-03-09 03:48:53 -0500 (Fri, 09 Mar 2007)
New Revision: 9772

Modified:
   tor/trunk/src/or/rendclient.c
Log:
forward-port the bugfix from juliusz


Modified: tor/trunk/src/or/rendclient.c
===================================================================
--- tor/trunk/src/or/rendclient.c	2007-03-09 08:48:21 UTC (rev 9771)
+++ tor/trunk/src/or/rendclient.c	2007-03-09 08:48:53 UTC (rev 9772)
@@ -468,7 +468,7 @@
     } else { /* 404, or fetch didn't get that far */
       log_notice(LD_REND,"Closing stream for '%s.onion': hidden service is "
                  "unavailable (try again later).", safe_str(query));
-      connection_mark_unattached_ap(conn, END_STREAM_REASON_TIMEOUT);
+      connection_mark_unattached_ap(conn, END_STREAM_REASON_RESOLVEFAILED);
     }
   }
 }