summaryrefslogtreecommitdiff
path: root/other/DHT_bootstrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/DHT_bootstrap.c')
-rw-r--r--other/DHT_bootstrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/DHT_bootstrap.c b/other/DHT_bootstrap.c
index 6460be9d..ff73c166 100644
--- a/other/DHT_bootstrap.c
+++ b/other/DHT_bootstrap.c
@@ -117,7 +117,7 @@ int main(int argc, char *argv[])
117 ip_init(&ip, ipv6enabled); 117 ip_init(&ip, ipv6enabled);
118 118
119 Logger *logger = logger_new(); 119 Logger *logger = logger_new();
120 DHT *dht = new_DHT(logger, new_networking(nullptr, ip, PORT), true); 120 DHT *dht = new_DHT(logger, new_networking(logger, ip, PORT), true);
121 Onion *onion = new_onion(dht); 121 Onion *onion = new_onion(dht);
122 Onion_Announce *onion_a = new_onion_announce(dht); 122 Onion_Announce *onion_a = new_onion_announce(dht);
123 123