diff options
Diffstat (limited to 'src/backend/anastasis-httpd_config.c')
-rw-r--r-- | src/backend/anastasis-httpd_config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/anastasis-httpd_config.c b/src/backend/anastasis-httpd_config.c index 19c1e7b..adabffb 100644 --- a/src/backend/anastasis-httpd_config.c +++ b/src/backend/anastasis-httpd_config.c | |||
@@ -118,8 +118,8 @@ AH_handler_config (struct AH_RequestHandler *rh, | |||
118 | &AH_truth_upload_fee), | 118 | &AH_truth_upload_fee), |
119 | TALER_JSON_pack_amount ("liability_limit", | 119 | TALER_JSON_pack_amount ("liability_limit", |
120 | &AH_insurance), | 120 | &AH_insurance), |
121 | GNUNET_JSON_pack_data_auto ("server_salt", | 121 | GNUNET_JSON_pack_data_auto ("provider_salt", |
122 | &AH_server_salt)); | 122 | &AH_provider_salt)); |
123 | } | 123 | } |
124 | 124 | ||
125 | 125 | ||