aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-03 21:55:39 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-03 21:55:39 +0000
commit6003b6e317a1c41a9955a9c54f2fbd4fa2a854e8 (patch)
treebaec65ec5f7b0ffbaacea6187849393302a7ffdb /src/fs/fs_uri.c
parent537bf8dc8d7f82f8a9e2eaf6fb8fb39c9bddd7ca (diff)
downloadgnunet-6003b6e317a1c41a9955a9c54f2fbd4fa2a854e8.tar.gz
gnunet-6003b6e317a1c41a9955a9c54f2fbd4fa2a854e8.zip
-also user gnunet-original filename here more consistently
Diffstat (limited to 'src/fs/fs_uri.c')
-rw-r--r--src/fs/fs_uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index fac478d38..50c8785b6 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -1805,7 +1805,7 @@ GNUNET_FS_uri_ksk_create_from_meta_data (const struct GNUNET_CONTAINER_MetaData
1805 if (ent > 0) 1805 if (ent > 0)
1806 { 1806 {
1807 full_name = GNUNET_CONTAINER_meta_data_get_first_by_types (md, 1807 full_name = GNUNET_CONTAINER_meta_data_get_first_by_types (md,
1808 EXTRACTOR_METATYPE_FILENAME, -1); 1808 EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME, -1);
1809 if (NULL != full_name) 1809 if (NULL != full_name)
1810 { 1810 {
1811 filename = full_name; 1811 filename = full_name;