gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r38055 - gnunet/src/psycstore


From: gnunet
Subject: [GNUnet-SVN] r38055 - gnunet/src/psycstore
Date: Fri, 30 Sep 2016 22:54:52 +0200

Author: daniel
Date: 2016-09-30 22:54:52 +0200 (Fri, 30 Sep 2016)
New Revision: 38055

Modified:
   gnunet/src/psycstore/plugin_psycstore_postgres.c
Log:
psycstore: fix puckish copy&paste in postgres plugin

Modified: gnunet/src/psycstore/plugin_psycstore_postgres.c
===================================================================
--- gnunet/src/psycstore/plugin_psycstore_postgres.c    2016-09-30 15:35:47 UTC 
(rev 38054)
+++ gnunet/src/psycstore/plugin_psycstore_postgres.c    2016-09-30 20:54:52 UTC 
(rev 38055)
@@ -667,12 +667,12 @@
     GNUNET_PQ_query_param_end
   };
 
-  ret = GNUNET_PQ_exec_prepared (plugin->dbh, "insert_slave_key", params);
+  ret = GNUNET_PQ_exec_prepared (plugin->dbh, "insert_membership", params);
   if (GNUNET_OK !=
       GNUNET_POSTGRES_check_result (plugin->dbh,
                                     ret,
                                     PGRES_COMMAND_OK,
-                                    "PQexecPrepared", "insert_slave_key"))
+                                    "PQexecPrepared", "insert_membership"))
   {
     return GNUNET_SYSERR;
   }




reply via email to

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