[or-cvs] I think nick meant to compare r2->platform the second time

Peter Palfrader weasel at seul.org
Tue Oct 18 21:19:51 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv6760

Modified Files:
	routerlist.c 
Log Message:
I think nick meant to compare r2->platform the second time

Index: routerlist.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -d -r1.344 -r1.345
--- routerlist.c	18 Oct 2005 21:19:02 -0000	1.344
+++ routerlist.c	18 Oct 2005 21:19:48 -0000	1.345
@@ -2917,7 +2917,7 @@
 
   /* post-0.1.1.6 servers know what they're doing. */
   if (tor_version_as_new_as(r1->platform, "0.1.1.6-alpha") ||
-      tor_version_as_new_as(r1->platform, "0.1.1.6-alpha"))
+      tor_version_as_new_as(r2->platform, "0.1.1.6-alpha"))
     return 0;
 
   if (r1->published_on > r2->published_on) {



More information about the tor-commits mailing list