From c195b8f80664158f7093c2b52f8aa217a01d2f27 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 1 Nov 2006 13:33:49 +0000 Subject: [PATCH] r10475@danube: weasel | 2006-11-01 14:33:35 +0100 Fix copy/paste error svn:r8889 --- src/or/rephist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/rephist.c b/src/or/rephist.c index 68c99123e3..0e0530abbc 100644 --- a/src/or/rephist.c +++ b/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++;