fix
authorChristian Grothoff <christian@grothoff.org>
Sun, 25 Oct 2009 20:32:14 +0000 (20:32 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 25 Oct 2009 20:32:14 +0000 (20:32 +0000)
src/fs/fs_unindex.c

index 3d39cb93230437650946174802e6785106be5d73..0c3738753c5e19c83bff8295a561cb198f3b172b 100644 (file)
@@ -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;
 }