summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/DHT.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toxcore/DHT.c b/toxcore/DHT.c
index ea8ea265..12789098 100644
--- a/toxcore/DHT.c
+++ b/toxcore/DHT.c
@@ -2408,7 +2408,6 @@ int DHT_connect_after_load(DHT *dht)
2408static int dht_load_state_callback(void *outer, const uint8_t *data, uint32_t length, uint16_t type) 2408static int dht_load_state_callback(void *outer, const uint8_t *data, uint32_t length, uint16_t type)
2409{ 2409{
2410 DHT *dht = outer; 2410 DHT *dht = outer;
2411 int i;
2412 2411
2413 switch (type) { 2412 switch (type) {
2414 case DHT_STATE_TYPE_NODES: 2413 case DHT_STATE_TYPE_NODES: