aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-18 21:57:14 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-18 21:57:14 +0000
commit0ec759513a49b4219d6a6b235ecca50c123a6522 (patch)
treef703699260ad5107eff1512f48278a8d986f0fc8 /src/fs/fs_publish.c
parent01c0d4c4f48eb02440c357f0e989d8dd8acb7a58 (diff)
downloadgnunet-0ec759513a49b4219d6a6b235ecca50c123a6522.tar.gz
gnunet-0ec759513a49b4219d6a6b235ecca50c123a6522.zip
-sync after getting URI on publishing to resume properly; also bugfix...
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index 134dd21e4..315e3a157 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -388,6 +388,7 @@ encode_cont (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
388 p = pc->fi_pos; 388 p = pc->fi_pos;
389 GNUNET_FS_tree_encoder_finish (p->te, &p->chk_uri, &emsg); 389 GNUNET_FS_tree_encoder_finish (p->te, &p->chk_uri, &emsg);
390 p->te = NULL; 390 p->te = NULL;
391 GNUNET_FS_file_information_sync_ (p);
391 if (NULL != emsg) 392 if (NULL != emsg)
392 { 393 {
393 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Error during tree walk: %s\n", emsg); 394 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Error during tree walk: %s\n", emsg);