Set range pointer.

This commit is contained in:
Marcello Stanisci 2019-04-08 01:17:10 +02:00
parent e24e845b7d
commit 9fc380f7c8
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -924,8 +924,8 @@ build_history_response (struct MHD_Connection *connection,
json_t *jresponse; json_t *jresponse;
int ret; int ret;
while (GNUNET_YES == advance (ha, while (advance (ha,
pos)) pos))
{ {
json_t *trans; json_t *trans;
char *subject; char *subject;
@ -1224,6 +1224,7 @@ handle_history_new (struct TALER_FAKEBANK_Handle *h,
GNUNET_break (0); GNUNET_break (0);
return MHD_NO; return MHD_NO;
} }
ha.range = &hri;
if (NULL == start) if (NULL == start)
pos = 0 > hri.count ? pos = 0 > hri.count ?
@ -1258,7 +1259,6 @@ handle_history_new (struct TALER_FAKEBANK_Handle *h,
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"/history, start row (0 == no transactions exist): %llu\n", "/history, start row (0 == no transactions exist): %llu\n",
NULL != pos ? pos->row_id : 0); NULL != pos ? pos->row_id : 0);
return build_history_response (connection, return build_history_response (connection,
pos, pos,
&ha, &ha,