summaryrefslogtreecommitdiff
path: root/toxcore/DHT.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-11-10 14:55:36 -0500
committerirungentoo <irungentoo@gmail.com>2013-11-10 14:55:36 -0500
commitce29937b8dda03f7b45d3ac2dbc9ee90bdaaa921 (patch)
tree86fb302287c4bec2d9ce438829a9f168bfb4f3c7 /toxcore/DHT.c
parent57763f2737b6920d09e4f3fec5792a2c59ad2b21 (diff)
Added more printing to DHT_test, fixed typo.
Diffstat (limited to 'toxcore/DHT.c')
-rw-r--r--toxcore/DHT.c2
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 }