gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2750 - in GNUnet/src/applications: fs/module sqstore_mysql


From: grothoff
Subject: [GNUnet-SVN] r2750 - in GNUnet/src/applications: fs/module sqstore_mysql
Date: Fri, 5 May 2006 23:16:29 -0700 (PDT)

Author: grothoff
Date: 2006-05-05 23:16:27 -0700 (Fri, 05 May 2006)
New Revision: 2750

Modified:
   GNUnet/src/applications/fs/module/ondemand.c
   GNUnet/src/applications/sqstore_mysql/mysql.c
Log:
del

Modified: GNUnet/src/applications/fs/module/ondemand.c
===================================================================
--- GNUnet/src/applications/fs/module/ondemand.c        2006-05-06 00:07:45 UTC 
(rev 2749)
+++ GNUnet/src/applications/fs/module/ondemand.c        2006-05-06 06:16:27 UTC 
(rev 2750)
@@ -464,7 +464,7 @@
   FREE(fn);
   if (ret == SYSERR) {
     LOG(LOG_ERROR, "Indexed content does not match its hash.\n");
-    /* FIXME: delete content */
+    asyncDelete(datastore, dbv, query);
     return SYSERR;
   }
 

Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c       2006-05-06 00:07:45 UTC 
(rev 2749)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c       2006-05-06 06:16:27 UTC 
(rev 2750)
@@ -1,4 +1,4 @@
-/*
+*
      This file is part of GNUnet.
      (C) 2001, 2002, 2003, 2004, 2005 Christian Grothoff (and other 
contributing authors)
 





reply via email to

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