diff options
Diffstat (limited to 'toxcore')
-rw-r--r-- | toxcore/DHT.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/DHT.c b/toxcore/DHT.c index b9ba7e1d..2f85e172 100644 --- a/toxcore/DHT.c +++ b/toxcore/DHT.c | |||
@@ -1706,7 +1706,7 @@ static int handle_hardening(void *object, IP_Port source, uint8_t *source_pubkey | |||
1706 | return 1; | 1706 | return 1; |
1707 | 1707 | ||
1708 | /* If Nodes look good and the request checks out */ | 1708 | /* If Nodes look good and the request checks out */ |
1709 | temp->hardening.routes_requests_ok = 1; | 1709 | temp->hardening.send_nodes_ok = 1; |
1710 | return 0;/* success*/ | 1710 | return 0;/* success*/ |
1711 | } | 1711 | } |
1712 | } | 1712 | } |