aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.c')
-rw-r--r--src/fs/gnunet-service-fs_pr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index c3fe5ff58..beb29a506 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -1102,9 +1102,9 @@ static void
1102handle_dht_reply (void *cls, 1102handle_dht_reply (void *cls,
1103 struct GNUNET_TIME_Absolute exp, 1103 struct GNUNET_TIME_Absolute exp,
1104 const struct GNUNET_HashCode *key, 1104 const struct GNUNET_HashCode *key,
1105 const struct GNUNET_PeerIdentity *get_path, 1105 const struct GNUNET_DHT_PathElement *get_path,
1106 unsigned int get_path_length, 1106 unsigned int get_path_length,
1107 const struct GNUNET_PeerIdentity *put_path, 1107 const struct GNUNET_DHT_PathElement *put_path,
1108 unsigned int put_path_length, 1108 unsigned int put_path_length,
1109 enum GNUNET_BLOCK_Type type, 1109 enum GNUNET_BLOCK_Type type,
1110 size_t size, 1110 size_t size,