gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r6578 - GNUnet/src/applications/fs/ecrs
Date: Thu, 20 Mar 2008 10:04:00 -0600 (MDT)

Author: holindho
Date: 2008-03-20 10:03:58 -0600 (Thu, 20 Mar 2008)
New Revision: 6578

Modified:
   GNUnet/src/applications/fs/ecrs/download.c
Log:
fix by other means(?)


Modified: GNUnet/src/applications/fs/ecrs/download.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/download.c  2008-03-19 20:57:58 UTC (rev 
6577)
+++ GNUnet/src/applications/fs/ecrs/download.c  2008-03-20 16:03:58 UTC (rev 
6578)
@@ -888,7 +888,6 @@
   char *rdir;
   int len;
 
-  GNUNET_mutex_lock(rm->lock);
   if ((rm->head == NULL) &&
       ((rm->completed == rm->total) ||
        ((rm->total != rm->length) && (rm->completed >= rm->length))))
@@ -934,7 +933,6 @@
                  __FUNCTION__, filename,
                  ret == GNUNET_OK ? "SUCCESS" : "INCOMPLETE");
 #endif
-  GNUNET_mutex_unlock(rm->lock);
   free_request_manager (rm, GNUNET_YES);
   return ret;
 }





reply via email to

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