gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix plugin build


From: gnunet
Subject: [taler-anastasis] branch master updated: fix plugin build
Date: Wed, 18 Nov 2020 20:17:04 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new ee41ce2  fix plugin build
ee41ce2 is described below

commit ee41ce23364febe2bc5560c18992bdc9d1b1a6ea
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Nov 18 20:17:01 2020 +0100

    fix plugin build
---
 src/stasis/plugin_anastasis_postgres.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/stasis/plugin_anastasis_postgres.c 
b/src/stasis/plugin_anastasis_postgres.c
index 32492cc..b518b62 100644
--- a/src/stasis/plugin_anastasis_postgres.c
+++ b/src/stasis/plugin_anastasis_postgres.c
@@ -2215,11 +2215,11 @@ libanastasis_plugin_db_postgres_init (void *cls)
 
   pg = GNUNET_new (struct PostgresClosure);
   pg->cfg = cfg;
-  ls pg->conn = GNUNET_PQ_connect_with_cfg (cfg,
-                                            "stasis-postgres",
-                                            "stasis-",
-                                            NULL,
-                                            ps);
+  pg->conn = GNUNET_PQ_connect_with_cfg (cfg,
+                                         "stasis-postgres",
+                                         "stasis-",
+                                         NULL,
+                                         ps);
   if (NULL == pg->conn)
   {
     GNUNET_free (pg);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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