aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/conflux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/conflux.c')
-rw-r--r--src/core/or/conflux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/or/conflux.c b/src/core/or/conflux.c
index 0a2806b1dc..677df95067 100644
--- a/src/core/or/conflux.c
+++ b/src/core/or/conflux.c
@@ -115,6 +115,8 @@ conflux_leg_t *
conflux_get_leg(conflux_t *cfx, const circuit_t *circ)
{
conflux_leg_t *leg_found = NULL;
+ tor_assert(cfx);
+ tor_assert(cfx->legs);
// Find the leg that the cell is written on
CONFLUX_FOR_EACH_LEG_BEGIN(cfx, leg) {