aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-02-03 21:55:39 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-02-03 21:55:39 +0000
commitc01d47895c3554598404ca02d8d8f1145290f27e (patch)
treebaec65ec5f7b0ffbaacea6187849393302a7ffdb /src/fs/fs_uri.c
parentaedc2e507b7b5894b08da7d9b428ff678fff0e99 (diff)
-also user gnunet-original filename here more consistently
git-svn-id: https://gnunet.org/svn/gnunet@19675 140774ce-b5e7-0310-ab8b-a85725594a96
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 fac478d385..50c8785b66 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
if (ent > 0)
{
full_name = GNUNET_CONTAINER_meta_data_get_first_by_types (md,
- EXTRACTOR_METATYPE_FILENAME, -1);
+ EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME, -1);
if (NULL != full_name)
{
filename = full_name;