diff options
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index a9b851810..6815554ea 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -576,7 +576,7 @@ router_perform_bandwidth_test(int num_circs, time_t now) continue; circ->_base.timestamp_dirty = now; while (i-- > 0) { - if (connection_edge_send_command(NULL, TO_CIRCUIT(circ), + if (relay_send_command_from_edge(0, TO_CIRCUIT(circ), RELAY_COMMAND_DROP, NULL, 0, circ->cpath->prev)<0) { return; /* stop if error */ |