[or-cvs] r8888: Oops. Fix compile error in last build. (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Wed Nov 1 01:30:26 UTC 2006


Author: nickm
Date: 2006-10-31 20:30:25 -0500 (Tue, 31 Oct 2006)
New Revision: 8888

Modified:
   tor/trunk/
   tor/trunk/src/or/circuitlist.c
Log:
 r9461 at Kushana:  nickm | 2006-10-31 20:30:12 -0500
 Oops. Fix compile error in last build.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r9461] on c95137ef-5f19-0410-b913-86e773d04f59

Modified: tor/trunk/src/or/circuitlist.c
===================================================================
--- tor/trunk/src/or/circuitlist.c	2006-10-31 23:35:50 UTC (rev 8887)
+++ tor/trunk/src/or/circuitlist.c	2006-11-01 01:30:25 UTC (rev 8888)
@@ -849,7 +849,7 @@
     reason = END_CIRC_REASON_NONE;
   }
 
-  if (reason & END_CIRC_REASON_FLAG_REMOTE) {
+  if (reason & END_CIRC_REASON_FLAG_REMOTE)
     reason &= ~END_CIRC_REASON_FLAG_REMOTE;
 
   if (reason < _END_CIRC_REASON_MIN || reason > _END_CIRC_REASON_MAX) {



More information about the tor-commits mailing list