summaryrefslogtreecommitdiff
path: root/testing/DHT_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/DHT_test.c')
-rw-r--r--testing/DHT_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/DHT_test.c b/testing/DHT_test.c
index 25bf869e..38ca4992 100644
--- a/testing/DHT_test.c
+++ b/testing/DHT_test.c
@@ -133,7 +133,7 @@ int main(int argc, char *argv[])
133 133
134 doDHT(); 134 doDHT();
135 135
136 while(recievepacket(&ip_port, data, &length) != -1) 136 while(receivepacket(&ip_port, data, &length) != -1)
137 { 137 {
138 if(DHT_handlepacket(data, length, ip_port)) 138 if(DHT_handlepacket(data, length, ip_port))
139 { 139 {