diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-12-08 14:20:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-12-08 14:20:33 +0100 |
commit | f9cc76ad3c4d7a8c720e971a1a9cba1bb79fa974 (patch) | |
tree | 6746712e8b0d716410d14252c7fbb3d245c6e36a /src/exchangedb/pg_get_policy_details.c | |
parent | 329b7692ea4b09d9fb1399ad38af87b6e7486f38 (diff) | |
parent | db34b05a772504cce4fd13c6fafec28cd0d75907 (diff) |
Merge branch 'master' of git+ssh://git.taler.net/exchange
Diffstat (limited to 'src/exchangedb/pg_get_policy_details.c')
-rw-r--r-- | src/exchangedb/pg_get_policy_details.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/pg_get_policy_details.c b/src/exchangedb/pg_get_policy_details.c index 5dacb600..fafdca53 100644 --- a/src/exchangedb/pg_get_policy_details.c +++ b/src/exchangedb/pg_get_policy_details.c @@ -57,7 +57,7 @@ TEH_PG_get_policy_details ( }; - + return GNUNET_PQ_eval_prepared_singleton_select (pg->conn, "get_policy_details", params, |