From 0cff2f5d6a812ec8a229401fa011e83f0d9b7760 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 25 Oct 2009 20:32:14 +0000 Subject: [PATCH] fix --- src/fs/fs_unindex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c index 3d39cb932..0c3738753 100644 --- a/src/fs/fs_unindex.c +++ b/src/fs/fs_unindex.c @@ -96,8 +96,8 @@ make_unindex_status (struct GNUNET_FS_ProgressInfo *pi, = GNUNET_TIME_calculate_eta (uc->start_time, offset, uc->file_size); - pi->value.publish.duration = GNUNET_TIME_absolute_get_duration (uc->start_time); - pi->value.publish.completed = offset; + pi->value.unindex.duration = GNUNET_TIME_absolute_get_duration (uc->start_time); + pi->value.unindex.completed = offset; } -- 2.25.1