aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dhtlog.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-11-11 11:18:34 +0000
committerNathan S. Evans <evans@in.tum.de>2010-11-11 11:18:34 +0000
commit9e921c69007ba709fee460751d7f20237dd56ed7 (patch)
tree27077c143c90585bdce863f19135e4db17c4a0d6 /src/dht/test_dhtlog.c
parent1b18069ef2567ffe0994c799d1d179329d629ca9 (diff)
downloadgnunet-9e921c69007ba709fee460751d7f20237dd56ed7.tar.gz
gnunet-9e921c69007ba709fee460751d7f20237dd56ed7.zip
Adding replication parameter for initiating GET and PUT requests to the DHT.
Diffstat (limited to 'src/dht/test_dhtlog.c')
-rw-r--r--src/dht/test_dhtlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dhtlog.c b/src/dht/test_dhtlog.c
index 06e2db2c4..c8601b191 100644
--- a/src/dht/test_dhtlog.c
+++ b/src/dht/test_dhtlog.c
@@ -168,7 +168,7 @@ test (struct GNUNET_DHTLOG_Handle * api)
168#if VERBOSE 168#if VERBOSE
169 fprintf(stderr, "Insert stat succeeded!\n"); 169 fprintf(stderr, "Insert stat succeeded!\n");
170#endif 170#endif
171 ret = api->update_trial (trial_info.trialuid, 787); 171 ret = api->update_trial (787);
172 CHECK(ret); 172 CHECK(ret);
173#if VERBOSE 173#if VERBOSE
174 fprintf(stderr, "Update trial succeeded!\n"); 174 fprintf(stderr, "Update trial succeeded!\n");