commit a627c3e9b1c68ac7f169d9aaea66e1d4a9f770dd parent 1d99ff43dc981ee1474d144acb0ffbcb964ba0dd Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 29 Jan 2015 00:53:05 +0100 annotate with bug report number Diffstat:
| M | src/mint/taler-mint-httpd_responses.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mint/taler-mint-httpd_responses.c b/src/mint/taler-mint-httpd_responses.c @@ -318,7 +318,7 @@ TALER_MINT_reply_insufficient_funds (struct MHD_Connection *connection, const struct TALER_MINT_DB_TransactionList *pos; int ret; - // FIXME: implement properly! + // FIXME: implement properly! (#3632) for (pos = tl; NULL != pos; pos = pos->next) { switch (pos->type)