Browse Source

we missed a case when printing circuit purposes in circ events.

svn:r17230
Roger Dingledine 15 years ago
parent
commit
4d8799b987
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/or/circuitlist.c

+ 1 - 0
src/or/circuitlist.c

@@ -334,6 +334,7 @@ circuit_purpose_to_controller_string(uint8_t purpose)
 
     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";