summaryrefslogtreecommitdiff
path: root/src/test/test_congestion_control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test_congestion_control.c')
-rw-r--r--src/test/test_congestion_control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_congestion_control.c b/src/test/test_congestion_control.c
index f494515e99..26095d310a 100644
--- a/src/test/test_congestion_control.c
+++ b/src/test/test_congestion_control.c
@@ -216,7 +216,7 @@ run_vegas_cwnd_test_vec(congestion_control_t *cc,
circ->circuit_blocked_on_p_chan = vec[i].or_conn_blocked_in;
cc->inflight = vec[i].inflight_in;
- congestion_control_vegas_process_sendme(cc, circ, NULL);
+ congestion_control_vegas_process_sendme(cc, circ);
/* If the or conn was blocked, ensure we updated our
* CC state */