aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-05 13:36:21 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-05 13:36:21 +0000
commit4343e7825800e0155f03cb9ad52e77804c6e8980 (patch)
treedf61b5690cb378e71a433823d3ce83fa913fbe62 /src
parent9bc72f2674e05ffdc2644e4545354ed32f452907 (diff)
downloadgnunet-4343e7825800e0155f03cb9ad52e77804c6e8980.tar.gz
gnunet-4343e7825800e0155f03cb9ad52e77804c6e8980.zip
undo
Diffstat (limited to 'src')
-rw-r--r--src/fs/gnunet-publish.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index fc00fd26c..f341594c5 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -301,9 +301,13 @@ publish_inspector (void *cls,
301 topKeywords = NULL; 301 topKeywords = NULL;
302 } 302 }
303 if (NULL != meta) 303 if (NULL != meta)
304 GNUNET_CONTAINER_meta_data_iterate (meta, 304 {
305 &meta_merger, 305 GNUNET_CONTAINER_meta_data_iterate (meta,
306 m); 306 &meta_merger,
307 m);
308 GNUNET_CONTAINER_meta_data_destroy (meta);
309 meta = NULL;
310 }
307 if (! do_disable_creation_time) 311 if (! do_disable_creation_time)
308 GNUNET_CONTAINER_meta_data_add_publication_date (m); 312 GNUNET_CONTAINER_meta_data_add_publication_date (m);
309 if (extract_only) 313 if (extract_only)