[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] fix typo in last patch
Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv8017/src/or
Modified Files:
config.c
Log Message:
fix typo in last patch
Index: config.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -d -r1.361 -r1.362
--- config.c 11 Jun 2005 18:52:11 -0000 1.361
+++ config.c 11 Jun 2005 18:56:16 -0000 1.362
@@ -2693,7 +2693,7 @@
} else if (!strcmp(m, "poll")) {
if (!strcmp(v, "1.0c") || !strcmp(v, "1.0d"))
buggy = 1;
-T else if (!strcmp(v, "1.0e"))
+ else if (!strcmp(v, "1.0e"))
slow = 1;
} else if (!strcmp(m, "poll")) {
if (!strcmp(v, "1.0c") || !strcmp(v, "1.0d") || !strcmp(v, "1.0e"))