diff options
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"); |