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

[or-cvs] Patch last patch to last patch



Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv10414/or

Modified Files:
	onion.c 
Log Message:
Patch last patch to last patch

Index: onion.c
===================================================================
RCS file: /home/or/cvsroot/src/or/onion.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- onion.c	19 Nov 2003 01:28:57 -0000	1.94
+++ onion.c	19 Nov 2003 01:35:44 -0000	1.95
@@ -351,7 +351,7 @@
       if (i) {
         --i;
       } else {
-        log_fn(LOG_DEBUG, "Chose exit server '%s'", dir->routers[i]->nickname);
+        log_fn(LOG_DEBUG, "Chose exit server '%s'", dir->routers[j]->nickname);
         return dir->routers[j];
       }
     }