Преглед изворни кода

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


svn:r8889

Peter Palfrader пре 19 година
родитељ
комит
c195b8f806
1 измењених фајлова са 1 додато и 1 уклоњено
  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++;