fix bad call

This commit is contained in:
Christian Grothoff 2020-12-26 16:50:41 +01:00
parent ad12b72a80
commit b72bf98432
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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
};