[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r17230: {tor} we missed a case when printing circuit purposes in circ even (tor/trunk/src/or)
Author: arma
Date: 2008-11-09 18:56:29 -0500 (Sun, 09 Nov 2008)
New Revision: 17230
Modified:
tor/trunk/src/or/circuitlist.c
Log:
we missed a case when printing circuit purposes in circ events.
Modified: tor/trunk/src/or/circuitlist.c
===================================================================
--- tor/trunk/src/or/circuitlist.c 2008-11-09 23:32:38 UTC (rev 17229)
+++ tor/trunk/src/or/circuitlist.c 2008-11-09 23:56:29 UTC (rev 17230)
@@ -334,6 +334,7 @@
case CIRCUIT_PURPOSE_C_GENERAL:
return "GENERAL";
+ case CIRCUIT_PURPOSE_C_INTRODUCING:
case CIRCUIT_PURPOSE_C_INTRODUCE_ACK_WAIT:
case CIRCUIT_PURPOSE_C_INTRODUCE_ACKED:
return "HS_CLIENT_INTRO";