summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-06-26 15:33:32 -0400
committerirungentoo <irungentoo@gmail.com>2013-06-26 15:33:32 -0400
commit488df25e0547a2aa3df262fcae2d9c58fe3a3b70 (patch)
tree590539f7c05d9be0d6a27ed65141eec8e58572fb /testing
parente6d14d1dad10c8d51f079d31fe26c6aa74a01639 (diff)
Changed function name.
Diffstat (limited to 'testing')
-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 c8af599a..be2f0168 100644
--- a/testing/DHT_test.c
+++ b/testing/DHT_test.c
@@ -123,7 +123,7 @@ int main(int argc, char *argv[])
123 123
124 while(recievepacket(&ip_port, data, &length) != -1) 124 while(recievepacket(&ip_port, data, &length) != -1)
125 { 125 {
126 if(DHT_recvpacket(data, length, ip_port)) 126 if(DHT_handlepacket(data, length, ip_port))
127 { 127 {
128 printf("UNHANDLED PACKET RECEIVED\nLENGTH:%u\nCONTENTS:\n", length); 128 printf("UNHANDLED PACKET RECEIVED\nLENGTH:%u\nCONTENTS:\n", length);
129 printf("--------------------BEGIN-----------------------------\n"); 129 printf("--------------------BEGIN-----------------------------\n");