summaryrefslogtreecommitdiff
path: root/auto_tests/onion_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/onion_test.c')
-rw-r--r--auto_tests/onion_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/onion_test.c b/auto_tests/onion_test.c
index 20c7ff86..61ba07fa 100644
--- a/auto_tests/onion_test.c
+++ b/auto_tests/onion_test.c
@@ -390,7 +390,7 @@ static Onions *new_onions(uint16_t port, uint32_t *index)
390 } 390 }
391 391
392 TCP_Proxy_Info inf = {{{{0}}}}; 392 TCP_Proxy_Info inf = {{{{0}}}};
393 on->onion_c = new_onion_client(on->mono_time, new_net_crypto(on->log, on->mono_time, dht, &inf)); 393 on->onion_c = new_onion_client(on->log, on->mono_time, new_net_crypto(on->log, on->mono_time, dht, &inf));
394 394
395 if (!on->onion_c) { 395 if (!on->onion_c) {
396 kill_onion_announce(on->onion_a); 396 kill_onion_announce(on->onion_a);