[or-cvs] r8889: Fix copy/paste error (in tor/trunk: . src/or)

weasel at seul.org weasel at seul.org
Wed Nov 1 13:33:53 UTC 2006


Author: weasel
Date: 2006-11-01 08:33:49 -0500 (Wed, 01 Nov 2006)
New Revision: 8889

Modified:
   tor/trunk/
   tor/trunk/src/or/rephist.c
Log:
 r10475 at danube:  weasel | 2006-11-01 14:33:35 +0100
 Fix copy/paste error



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /local/or/tor/trunk [r10475] on 17f730b7-d419-0410-b50f-85ee4b70197a

Modified: tor/trunk/src/or/rephist.c
===================================================================
--- tor/trunk/src/or/rephist.c	2006-11-01 01:30:25 UTC (rev 8888)
+++ tor/trunk/src/or/rephist.c	2006-11-01 13:33:49 UTC (rev 8889)
@@ -973,7 +973,7 @@
       n_tls_client_handshakes++;
       break;
     case TLS_HANDSHAKE_S:
-      n_tls_client_handshakes++;
+      n_tls_server_handshakes++;
       break;
     case REND_CLIENT:
       n_rend_client_ops++;



More information about the tor-commits mailing list