aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuit.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-04-03 03:06:06 +0000
committerRoger Dingledine <arma@torproject.org>2004-04-03 03:06:06 +0000
commit8a1ad2b84e180f1851feb467ceb0a636689e724a (patch)
tree4cc12adf99ffb2d01e222f8aab6eefb3d6ed4ace /src/or/circuit.c
parent7451de5d9735e95be04d9e5613ae1118236e7668 (diff)
downloadtor-8a1ad2b84e180f1851feb467ceb0a636689e724a.tar
tor-8a1ad2b84e180f1851feb467ceb0a636689e724a.tar.gz
more progress on alice's side
svn:r1461
Diffstat (limited to 'src/or/circuit.c')
-rw-r--r--src/or/circuit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/circuit.c b/src/or/circuit.c
index 1d5103bbb..c92956182 100644
--- a/src/or/circuit.c
+++ b/src/or/circuit.c
@@ -1069,6 +1069,9 @@ static void circuit_is_ready(circuit_t *circ) {
/* at Bob, connecting to rend point */
rend_service_rendezvous_is_ready(circ);
break;
+ default:
+ log_fn(LOG_ERR,"unhandled purpose %d",circ->purpose);
+ assert(0);
}
}