diff options
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 3854469e..a50cbcfc 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -6265,9 +6265,9 @@ postgres_do_deposit ( GNUNET_PQ_query_param_auto_from_type (&deposit->csig), GNUNET_PQ_query_param_uint64 (&deposit_shard), GNUNET_PQ_query_param_bool (extension_blocked), - (NULL == deposit->extension_details) + (NULL == deposit->policy_details) ? GNUNET_PQ_query_param_null () - : TALER_PQ_query_param_json (deposit->extension_details), + : TALER_PQ_query_param_json (deposit->policy_details), GNUNET_PQ_query_param_end }; struct GNUNET_PQ_ResultSpec rs[] = { |