From 488df25e0547a2aa3df262fcae2d9c58fe3a3b70 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 26 Jun 2013 15:33:32 -0400 Subject: Changed function name. --- testing/DHT_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/DHT_test.c b/testing/DHT_test.c index c8af599a..be2f0168 100644 --- a/testing/DHT_test.c +++ b/testing/DHT_test.c @@ -123,7 +123,7 @@ int main(int argc, char *argv[]) while(recievepacket(&ip_port, data, &length) != -1) { - if(DHT_recvpacket(data, length, ip_port)) + if(DHT_handlepacket(data, length, ip_port)) { printf("UNHANDLED PACKET RECEIVED\nLENGTH:%u\nCONTENTS:\n", length); printf("--------------------BEGIN-----------------------------\n"); -- cgit v1.2.3