aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-03 16:00:02 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-03 16:00:02 +0000
commit17d48a5d001e42727443faed87358e289bc6f0d3 (patch)
tree2ae2ec1ce6f41558554ad68ddd541daf37547f99 /src/fs/fs_publish.c
parentc3eb3e1d649e6930b872baad3e1c3135d35138f4 (diff)
downloadgnunet-17d48a5d001e42727443faed87358e289bc6f0d3.tar.gz
gnunet-17d48a5d001e42727443faed87358e289bc6f0d3.zip
fix
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index 058883c04..bc75c2a40 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -947,7 +947,7 @@ GNUNET_FS_publish_main_ (void *cls,
947 while (NULL != p->dir) 947 while (NULL != p->dir)
948 { 948 {
949 fn = GNUNET_CONTAINER_meta_data_get_by_type (p->meta, 949 fn = GNUNET_CONTAINER_meta_data_get_by_type (p->meta,
950 EXTRACTOR_METATYPE_FILENAME); 950 EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME);
951 p = p->dir; 951 p = p->dir;
952 if (fn != NULL) 952 if (fn != NULL)
953 { 953 {