diff options
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 != |