gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1598 - GNUnet/src/applications/sqstore_sqlite


From: durner
Subject: [GNUnet-SVN] r1598 - GNUnet/src/applications/sqstore_sqlite
Date: Tue, 2 Aug 2005 12:04:31 -0700 (PDT)

Author: durner
Date: 2005-08-02 12:04:29 -0700 (Tue, 02 Aug 2005)
New Revision: 1598

Modified:
   GNUnet/src/applications/sqstore_sqlite/sqlite.c
Log:
fix

Modified: GNUnet/src/applications/sqstore_sqlite/sqlite.c
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/sqlite.c     2005-08-02 18:44:23 UTC 
(rev 1597)
+++ GNUnet/src/applications/sqstore_sqlite/sqlite.c     2005-08-02 19:04:29 UTC 
(rev 1598)
@@ -284,8 +284,7 @@
                      strlen(key),
                      SQLITE_STATIC);
                sqlite3_step(stmt);
-               if (sqlite3_finalize(stmt) == SQLITE_OK)
-                fprintf(stderr, "DELETE suc\n");
+               sqlite3_finalize(stmt);
        }
 
   if (sq_prepare("INSERT INTO gn070(hash, anonLevel, type) VALUES (?, ?, ?)",





reply via email to

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