From ce29937b8dda03f7b45d3ac2dbc9ee90bdaaa921 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sun, 10 Nov 2013 14:55:36 -0500 Subject: Added more printing to DHT_test, fixed typo. --- toxcore/DHT.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/DHT.c') 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 return 1; /* If Nodes look good and the request checks out */ - temp->hardening.routes_requests_ok = 1; + temp->hardening.send_nodes_ok = 1; return 0;/* success*/ } } -- cgit v1.2.3