Adding replication parameter for initiating GET and PUT requests to the DHT.
[oweals/gnunet.git] / src / dht / gnunet-dht-put.c
index 469675409f1b46e2f704ccd621221999cec953a9..54c915c15a7290a831f19ac0f5c451400217845d 100644 (file)
@@ -151,6 +151,7 @@ run (void *cls,
              query_key, data);
   GNUNET_DHT_put (dht_handle,
                  &key, 
+                 DEFAULT_PUT_REPLICATION,
                  GNUNET_DHT_RO_NONE,
                  query_type, 
                  strlen (data), data,