summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-22 13:19:38 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-22 13:19:38 -0400
commit7719a9ed5807aede732230ad30bc31f536a0c4ae (patch)
tree12b9d8bf93cd2f9c2bc87d17ea02b6900e69d4b8 /testing
parentf249084772d40b54ec57c1d96943f2faeddbc7b3 (diff)
init_cryptopacket is now called by new_DHT.
Diffstat (limited to 'testing')
-rw-r--r--testing/DHT_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/DHT_test.c b/testing/DHT_test.c
index 8ab9157e..53369794 100644
--- a/testing/DHT_test.c
+++ b/testing/DHT_test.c
@@ -136,7 +136,6 @@ int main(int argc, char *argv[])
136 ip.i = 0; 136 ip.i = 0;
137 137
138 DHT *dht = new_DHT(new_net_crypto(new_networking(ip, PORT))); 138 DHT *dht = new_DHT(new_net_crypto(new_networking(ip, PORT)));
139 init_cryptopackets(dht);
140 139
141 if (argc < 4) { 140 if (argc < 4) {
142 printf("usage %s ip port public_key\n", argv[0]); 141 printf("usage %s ip port public_key\n", argv[0]);