From a627c3e9b1c68ac7f169d9aaea66e1d4a9f770dd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 29 Jan 2015 00:53:05 +0100 Subject: annotate with bug report number --- src/mint/taler-mint-httpd_responses.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mint/taler-mint-httpd_responses.c b/src/mint/taler-mint-httpd_responses.c index cd71c0dd6..892b92ca7 100644 --- 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) -- cgit v1.2.3