gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r3310 - GNUnet/src/applications/sqstore_sqlite
Date: Thu, 24 Aug 2006 20:05:05 -0700 (PDT)

Author: grothoff
Date: 2006-08-24 20:05:02 -0700 (Thu, 24 Aug 2006)
New Revision: 3310

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     2006-08-25 02:53:23 UTC 
(rev 3309)
+++ GNUnet/src/applications/sqstore_sqlite/sqlite.c     2006-08-25 03:05:02 UTC 
(rev 3310)
@@ -150,7 +150,7 @@
       return db->handles[idx];
 
   /* we haven't opened the DB for this thread yet */
-  ret = MALLOC(sizeof(sqliteHandle *));
+  ret = MALLOC(sizeof(sqliteHandle));
   /* Open database and precompile statements */
   if (sqlite3_open(db->fn, &ret->dbh) != SQLITE_OK) {
     GE_LOG(ectx, 





reply via email to

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