Browse Source

r10475@danube: weasel | 2006-11-01 14:33:35 +0100
Fix copy/paste error


svn:r8889

Peter Palfrader 17 years ago
parent
commit
c195b8f806
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/rephist.c

+ 1 - 1
src/or/rephist.c

@@ -973,7 +973,7 @@ note_crypto_pk_op(pk_op_t operation)
       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++;