From 444d0b3b783e458a3a55ffa19209ae6e8c86efc2 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sat, 10 May 2025 11:48:45 +0200 Subject: Remove the routing table rebuild --- src/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index f0be10a..11e39bd 100644 --- a/src/main.c +++ b/src/main.c @@ -158,7 +158,6 @@ int main(int argc, char** argv) { } else { routing_setid(&myID); routing_reset_expire(time(NULL) + PROTO_UNCTM); - routing_rebuild_table(); } dht.self = myID; -- cgit v1.2.3