diff options
Diffstat (limited to 'src/backend/anastasis-httpd_truth.c')
-rw-r--r-- | src/backend/anastasis-httpd_truth.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/anastasis-httpd_truth.c b/src/backend/anastasis-httpd_truth.c index ee0f2bf..0b9f4a3 100644 --- a/src/backend/anastasis-httpd_truth.c +++ b/src/backend/anastasis-httpd_truth.c | |||
@@ -1192,7 +1192,8 @@ AH_handler_truth_get ( | |||
1192 | GNUNET_free (method); | 1192 | GNUNET_free (method); |
1193 | } | 1193 | } |
1194 | 1194 | ||
1195 | if (! gc->authorization->payment_plugin_managed) | 1195 | if ( (is_question) || |
1196 | (! gc->authorization->payment_plugin_managed) ) | ||
1196 | { | 1197 | { |
1197 | struct TALER_Amount zero_amount; | 1198 | struct TALER_Amount zero_amount; |
1198 | 1199 | ||