summaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-04-08 07:25:54 +0000
committerRoger Dingledine <arma@torproject.org>2004-04-08 07:25:54 +0000
commit8e686d0c72a42ea79e93b2775333a3fa457a9325 (patch)
treeca7b69a699bb982244e765bc3842b105050dcf65 /src/or/connection.c
parent736bc9628e44c6362764e97be4e9c694b37fc5df (diff)
downloadtor-8e686d0c72a42ea79e93b2775333a3fa457a9325.tar.gz
tor-8e686d0c72a42ea79e93b2775333a3fa457a9325.zip
we added more AP conns, oops
svn:r1569
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index ac3a7d8d61..f673158e5f 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -44,9 +44,10 @@ char *conn_state_to_string[][_CONN_TYPE_MAX+1] = {
"", /* 3 */
"", /* 4 */
"awaiting dest info", /* app, 5 */
- "waiting for safe circuit", /* 6 */
- "waiting for connected", /* 7 */
- "open" }, /* 8 */
+ "waiting for rendezvous desc", /* 6 */
+ "waiting for safe circuit", /* 7 */
+ "waiting for connected", /* 8 */
+ "open" }, /* 9 */
{ "ready" }, /* dir listener, 0 */
{ "", /* dir, 0 */
"connecting", /* 1 */