diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-29 00:53:05 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-29 00:53:05 +0100 |
commit | a627c3e9b1c68ac7f169d9aaea66e1d4a9f770dd (patch) | |
tree | 9f455a5a68c3db330b5180b7727685f1295b239f /src | |
parent | 1d99ff43dc981ee1474d144acb0ffbcb964ba0dd (diff) |
annotate with bug report number
Diffstat (limited to 'src')
-rw-r--r-- | src/mint/taler-mint-httpd_responses.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |