diff options
author | dubslow <bunslow@gmail.com> | 2014-09-28 12:37:47 -0500 |
---|---|---|
committer | dubslow <bunslow@gmail.com> | 2014-09-28 12:37:47 -0500 |
commit | 57666d95bac5e070acda74020f5faca88cfa4bd5 (patch) | |
tree | 7dd17305a43ce332984034a1dec783d8e96ac780 /testing/DHT_test.c | |
parent | 3711b881cb6f64cf08209f70216ec75672464d1a (diff) | |
parent | 72d6a92efd8cad191282c8a2e294a768c49d5f25 (diff) |
Merge branch 'master' of https://github.com/irungentoo/toxcore
Diffstat (limited to 'testing/DHT_test.c')
-rw-r--r-- | testing/DHT_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/DHT_test.c b/testing/DHT_test.c index 2636ed02..5cdd1823 100644 --- a/testing/DHT_test.c +++ b/testing/DHT_test.c | |||
@@ -208,7 +208,7 @@ int main(int argc, char *argv[]) | |||
208 | temp_id[strlen(temp_id) - 1] = '\0'; | 208 | temp_id[strlen(temp_id) - 1] = '\0'; |
209 | 209 | ||
210 | uint8_t *bin_id = hex_string_to_bin(temp_id); | 210 | uint8_t *bin_id = hex_string_to_bin(temp_id); |
211 | DHT_addfriend(dht, bin_id); | 211 | DHT_addfriend(dht, bin_id, 0, 0, 0, 0); |
212 | free(bin_id); | 212 | free(bin_id); |
213 | 213 | ||
214 | perror("Initialization"); | 214 | perror("Initialization"); |