summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-26 16:50:41 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-26 16:50:41 +0100
commitb72bf98432c2b58e653ae8b575d767694b663261 (patch)
tree6c10f60105042a19fcfd96686e3cc657aae12723
parentad12b72a8035c89c673019d3068fe977cc159706 (diff)
downloadexchange-b72bf98432c2b58e653ae8b575d767694b663261.tar.gz
exchange-b72bf98432c2b58e653ae8b575d767694b663261.tar.bz2
exchange-b72bf98432c2b58e653ae8b575d767694b663261.zip
fix bad call
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index eed80aef3..c55eb48bc 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -8520,8 +8520,8 @@ postgres_lookup_signkey_revocation (
GNUNET_PQ_query_param_end
};
struct GNUNET_PQ_ResultSpec rs[] = {
- TALER_PQ_result_spec_auto_from_type ("master_sig",
- master_sig),
+ GNUNET_PQ_result_spec_auto_from_type ("master_sig",
+ master_sig),
GNUNET_PQ_result_spec_end
};