aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk-main_window_file_publish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk-main_window_file_publish.c')
-rw-r--r--src/fs/gnunet-fs-gtk-main_window_file_publish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk-main_window_file_publish.c b/src/fs/gnunet-fs-gtk-main_window_file_publish.c
index f542530b..2d93e722 100644
--- a/src/fs/gnunet-fs-gtk-main_window_file_publish.c
+++ b/src/fs/gnunet-fs-gtk-main_window_file_publish.c
@@ -693,7 +693,7 @@ migrate_and_drop (void *cls, const GNUNET_HashCode * key, void *value)
693 struct MetaProcessContext *mpc = cls; 693 struct MetaProcessContext *mpc = cls;
694 struct MetaCounter *counter = value; 694 struct MetaCounter *counter = value;
695 695
696 if (counter->count >= mpc->threshold) 696 if (counter->count >= mpc->threshold && counter->count > 1)
697 { 697 {
698 GNUNET_CONTAINER_meta_data_insert (mpc->md, "<gnunet-gtk>", counter->type, 698 GNUNET_CONTAINER_meta_data_insert (mpc->md, "<gnunet-gtk>", counter->type,
699 counter->format, counter->value_mimetype, 699 counter->format, counter->value_mimetype,