From 9aa3ad8c10e5f188ce3db4fe11afe171c741f3bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1=D1?= =?UTF-8?q?=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Tue, 13 Dec 2011 22:19:37 +0400 Subject: [PATCH 3/3] Disable propes and persistence - they are broken --- src/fs/gnunet-fs-gtk.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fs/gnunet-fs-gtk.c b/src/fs/gnunet-fs-gtk.c index aa8d97b..e115395 100644 --- a/src/fs/gnunet-fs-gtk.c +++ b/src/fs/gnunet-fs-gtk.c @@ -648,8 +648,8 @@ run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) plugins = EXTRACTOR_plugin_add_defaults (EXTRACTOR_OPTION_DEFAULT_POLICY); fs = GNUNET_FS_start (GNUNET_GTK_main_loop_get_configuration (ml), "gnunet-gtk", &GNUNET_GTK_fs_event_handler, NULL, - GNUNET_FS_FLAGS_PERSISTENCE | - GNUNET_FS_FLAGS_DO_PROBES, + GNUNET_FS_FLAGS_NONE /* | GNUNET_FS_FLAGS_PERSISTENCE | + GNUNET_FS_FLAGS_DO_PROBES*/, GNUNET_FS_OPTIONS_END); if (fs != NULL) { -- 1.7.4