gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3877 - GNUnet/src/applications/dstore


From: grothoff
Subject: [GNUnet-SVN] r3877 - GNUnet/src/applications/dstore
Date: Sun, 3 Dec 2006 18:05:08 -0800 (PST)

Author: grothoff
Date: 2006-12-03 18:05:07 -0800 (Sun, 03 Dec 2006)
New Revision: 3877

Modified:
   GNUnet/src/applications/dstore/dstore.c
Log:
fmt

Modified: GNUnet/src/applications/dstore/dstore.c
===================================================================
--- GNUnet/src/applications/dstore/dstore.c     2006-12-04 02:04:16 UTC (rev 
3876)
+++ GNUnet/src/applications/dstore/dstore.c     2006-12-04 02:05:07 UTC (rev 
3877)
@@ -187,7 +187,7 @@
                     "SELECT size, type, puttime, expire, key, value FROM ds071 
ORDER BY puttime ASC",
                     &stmt) == SQLITE_OK) &&
         (sq_prepare(dbh,
-                  "DELETE FROM ds071 "
+                    "DELETE FROM ds071 "
                     "WHERE size = ? AND type = ? AND puttime = ? AND expire = 
? AND key = ? AND value = ?",
                     &dstmt) == SQLITE_OK) ) {
       while (payload > quota) {





reply via email to

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