aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_refresh_link.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/exchange_api_refresh_link.c')
-rw-r--r--src/lib/exchange_api_refresh_link.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/exchange_api_refresh_link.c b/src/lib/exchange_api_refresh_link.c
index 2369b90b3..234043120 100644
--- a/src/lib/exchange_api_refresh_link.c
+++ b/src/lib/exchange_api_refresh_link.c
@@ -203,8 +203,7 @@ parse_refresh_link_ok (struct TALER_EXCHANGE_RefreshLinkHandle *rlh,
203 loop once for 'session=0' in most cases. 203 loop once for 'session=0' in most cases.
204 204
205 num_coins tracks the size of the 1d array we return, 205 num_coins tracks the size of the 1d array we return,
206 whilst 'i' and 'session' track the 2d array. */ 206 whilst 'i' and 'session' track the 2d array. */for (session = 0; session<json_array_size (json); session++)
207 for (session = 0; session<json_array_size (json); session++)
208 { 207 {
209 json_t *jsona; 208 json_t *jsona;
210 struct GNUNET_JSON_Specification spec[] = { 209 struct GNUNET_JSON_Specification spec[] = {