gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6563 - GNUnet/src/applications/fs/ecrs


From: gnunet
Subject: [GNUnet-SVN] r6563 - GNUnet/src/applications/fs/ecrs
Date: Thu, 13 Mar 2008 14:30:34 -0600 (MDT)

Author: holindho
Date: 2008-03-13 14:30:34 -0600 (Thu, 13 Mar 2008)
New Revision: 6563

Modified:
   GNUnet/src/applications/fs/ecrs/download.c
Log:
always clean temp files


Modified: GNUnet/src/applications/fs/ecrs/download.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/download.c  2008-03-13 16:36:47 UTC (rev 
6562)
+++ GNUnet/src/applications/fs/ecrs/download.c  2008-03-13 20:30:34 UTC (rev 
6563)
@@ -933,7 +933,7 @@
                  __FUNCTION__, filename,
                  ret == GNUNET_OK ? "SUCCESS" : "INCOMPLETE");
 #endif
-  free_request_manager (rm, (ret == GNUNET_OK) ? GNUNET_YES : GNUNET_NO);
+  free_request_manager (rm, GNUNET_YES);
   return ret;
 }
 





reply via email to

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