diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-10-14 19:00:57 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-10-14 19:00:57 +0200 |
commit | 15e8697ece7d1b32e4f1d8377dfb6afc38898a21 (patch) | |
tree | cb094d8dd5d9f7602652f5cf5c06db834ad37a42 /src/exchange/taler-exchange-httpd_extensions.c | |
parent | 054e157af8c768062dd0a8e66614da18407fca28 (diff) |
-added missing files to last commit
Diffstat (limited to 'src/exchange/taler-exchange-httpd_extensions.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_extensions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_extensions.c b/src/exchange/taler-exchange-httpd_extensions.c index 8e8f0e01..2b6e703c 100644 --- a/src/exchange/taler-exchange-httpd_extensions.c +++ b/src/exchange/taler-exchange-httpd_extensions.c @@ -373,7 +373,7 @@ TEH_extensions_post_handler ( .proof = root, .timestamp = GNUNET_TIME_timestamp_get (), .details = policy_details, - .details_count = policy_details_count + .details_count = policy_details_count }; if (GNUNET_OK != |