diff options
Diffstat (limited to 'src/exchange-tools/taler-exchange-wire.c')
-rw-r--r-- | src/exchange-tools/taler-exchange-wire.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/exchange-tools/taler-exchange-wire.c b/src/exchange-tools/taler-exchange-wire.c index 22920ed28..ae8a4a740 100644 --- a/src/exchange-tools/taler-exchange-wire.c +++ b/src/exchange-tools/taler-exchange-wire.c | |||
@@ -61,6 +61,7 @@ sign_account_data (void *cls, | |||
61 | FILE *out; | 61 | FILE *out; |
62 | int ret; | 62 | int ret; |
63 | 63 | ||
64 | (void) cls; | ||
64 | if (GNUNET_NO == ai->credit_enabled) | 65 | if (GNUNET_NO == ai->credit_enabled) |
65 | return; | 66 | return; |
66 | if (NULL == ai->wire_response_filename) | 67 | if (NULL == ai->wire_response_filename) |
@@ -137,6 +138,9 @@ run (void *cls, | |||
137 | struct GNUNET_CRYPTO_EddsaPublicKey mpub; | 138 | struct GNUNET_CRYPTO_EddsaPublicKey mpub; |
138 | struct GNUNET_CRYPTO_EddsaPublicKey mpub_cfg; | 139 | struct GNUNET_CRYPTO_EddsaPublicKey mpub_cfg; |
139 | 140 | ||
141 | (void) cls; | ||
142 | (void) args; | ||
143 | (void) cfgfile; | ||
140 | if ( (NULL == masterkeyfile) && | 144 | if ( (NULL == masterkeyfile) && |
141 | (GNUNET_OK != | 145 | (GNUNET_OK != |
142 | GNUNET_CONFIGURATION_get_value_filename (cfg, | 146 | GNUNET_CONFIGURATION_get_value_filename (cfg, |