aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-20 12:34:59 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-20 12:34:59 +0000
commit093d25e6987a484cdd89845111bb1eae6cfb636a (patch)
treea6adf505fe1260c63b92373b0663d4d7d7cf6077
parent2c4071e5b15e9b2b8dae4e9698e654bdc63e1d22 (diff)
downloadgnunet-gtk-093d25e6987a484cdd89845111bb1eae6cfb636a.tar.gz
gnunet-gtk-093d25e6987a484cdd89845111bb1eae6cfb636a.zip
note
-rw-r--r--src/fs_event_handler.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fs_event_handler.c b/src/fs_event_handler.c
index b545f68c..dfb64efc 100644
--- a/src/fs_event_handler.c
+++ b/src/fs_event_handler.c
@@ -1108,6 +1108,10 @@ GNUNET_GTK_fs_event_handler (void *cls,
1108 case GNUNET_FS_STATUS_DOWNLOAD_LOST_PARENT: 1108 case GNUNET_FS_STATUS_DOWNLOAD_LOST_PARENT:
1109 /* FIXME: keep entry (especially if download is not 1109 /* FIXME: keep entry (especially if download is not
1110 done!?) ? */ 1110 done!?) ? */
1111 /* FIXME: if we do not stop here, we currently crash on exit;
1112 I think this is because somehow fs-lib fails to handle
1113 LOST_PARENT correctly and does not generate the necessary
1114 suspend event in this case */
1111 stop_download (info->value.download.cctx, 1115 stop_download (info->value.download.cctx,
1112 GNUNET_YES); 1116 GNUNET_YES);
1113 break; 1117 break;