diff options
Diffstat (limited to 'testing/DHT_test.c')
-rw-r--r-- | testing/DHT_test.c | 1 |
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]); |