diff options
| author | Özgür Kesim <oec-taler@kesim.org> | 2023-06-03 10:45:31 +0200 | 
|---|---|---|
| committer | Özgür Kesim <oec-taler@kesim.org> | 2023-06-03 10:45:31 +0200 | 
| commit | 80a1b8f5240e8307e1c73862fb8810d7c2bdc874 (patch) | |
| tree | 5661068ec9976aa8711dc931355f6bd87ab35fd6 /src/exchangedb/pg_select_kyc_attributes.c | |
| parent | 4a31a180a4595aa040060e91ccde4f839aa02f72 (diff) | |
| parent | 2ea3ae1008020589b43a51663c45556a08547212 (diff) | |
Merge branch 'master' into age-withdraw
Diffstat (limited to 'src/exchangedb/pg_select_kyc_attributes.c')
| -rw-r--r-- | src/exchangedb/pg_select_kyc_attributes.c | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/src/exchangedb/pg_select_kyc_attributes.c b/src/exchangedb/pg_select_kyc_attributes.c index c9b992da..99ac43b3 100644 --- a/src/exchangedb/pg_select_kyc_attributes.c +++ b/src/exchangedb/pg_select_kyc_attributes.c @@ -80,14 +80,9 @@ get_attributes_cb (void *cls,      size_t enc_attributes_size;      void *enc_attributes;      char *provider; -    char *birthdate = NULL;      struct GNUNET_PQ_ResultSpec rs[] = {        GNUNET_PQ_result_spec_string ("provider",                                      &provider), -      GNUNET_PQ_result_spec_allow_null ( -        GNUNET_PQ_result_spec_string ("birthdate", -                                      &birthdate), -        NULL),        GNUNET_PQ_result_spec_timestamp ("collection_time",                                         &collection_time),        GNUNET_PQ_result_spec_timestamp ("expiration_time", @@ -110,7 +105,6 @@ get_attributes_cb (void *cls,      ctx->cb (ctx->cb_cls,               ctx->h_payto,               provider, -             birthdate,               collection_time,               expiration_time,               enc_attributes_size, @@ -145,7 +139,6 @@ TEH_PG_select_kyc_attributes (             "select_kyc_attributes",             "SELECT "             " provider" -           ",birthdate"             ",collection_time"             ",expiration_time"             ",encrypted_attributes" | 
