diff options
Diffstat (limited to 'src/exchangedb')
| -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 eed80aef..c55eb48b 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    }; | 
