summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
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 c128f25c..a9575fd5 100644
--- a/testing/DHT_test.c
+++ b/testing/DHT_test.c
@@ -136,7 +136,7 @@ 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 139 init_cryptopackets(dht);
140 if (argc < 4) { 140 if (argc < 4) {
141 printf("usage %s ip port public_key\n", argv[0]); 141 printf("usage %s ip port public_key\n", argv[0]);
142 exit(0); 142 exit(0);