gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7410 - GNUnet/src/applications/fs/fsui


From: gnunet
Subject: [GNUnet-SVN] r7410 - GNUnet/src/applications/fs/fsui
Date: Thu, 10 Jul 2008 20:36:10 -0600 (MDT)

Author: grothoff
Date: 2008-07-10 20:36:10 -0600 (Thu, 10 Jul 2008)
New Revision: 7410

Modified:
   GNUnet/src/applications/fs/fsui/download.c
Log:
fixing RC

Modified: GNUnet/src/applications/fs/fsui/download.c
===================================================================
--- GNUnet/src/applications/fs/fsui/download.c  2008-07-11 02:29:53 UTC (rev 
7409)
+++ GNUnet/src/applications/fs/fsui/download.c  2008-07-11 02:36:10 UTC (rev 
7410)
@@ -581,6 +581,7 @@
       dl->state = GNUNET_FSUI_ABORTED_JOINED;
       GNUNET_ECRS_file_download_partial_stop (dl->handle);
       dl->handle = NULL;
+      dl->ctx->activeDownloadThreads--;
       dl->runTime = GNUNET_get_time () - dl->startTime;
       event.type = GNUNET_FSUI_download_aborted;
       event.data.DownloadAborted.dc.pos = dl;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]