summaryrefslogtreecommitdiff
path: root/src/mint-lib/test_mint_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-05 13:05:58 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-05 13:05:58 +0200
commit9084ac48216876c8a2f9d5a1a78c4b6216676de7 (patch)
treedcbad31fca661cdb29e0950ea6ad783421a6f86c /src/mint-lib/test_mint_api.c
parentff6d4c081c4485d007439c1f9132e6718b099e2a (diff)
downloadexchange-9084ac48216876c8a2f9d5a1a78c4b6216676de7.tar.gz
exchange-9084ac48216876c8a2f9d5a1a78c4b6216676de7.tar.bz2
exchange-9084ac48216876c8a2f9d5a1a78c4b6216676de7.zip
fixing RC counting and a comma
Diffstat (limited to 'src/mint-lib/test_mint_api.c')
-rw-r--r--src/mint-lib/test_mint_api.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c
index 6d8e0638d..8d206970d 100644
--- a/src/mint-lib/test_mint_api.c
+++ b/src/mint-lib/test_mint_api.c
@@ -358,6 +358,7 @@ add_incoming_cb (void *cls,
cmd->details.admin_add_incoming.aih = NULL;
if (MHD_HTTP_OK != http_status)
{
+ GNUNET_break (0);
fail (is);
return;
}
@@ -385,12 +386,10 @@ withdraw_sign_cb (void *cls,
struct InterpreterState *is = cls;
struct Command *cmd = &is->commands[is->ip];
- fprintf (stderr,
- "Withdraw completed: %u\n",
- http_status);
cmd->details.withdraw_sign.wsh = NULL;
if (NULL == sig)
{
+ GNUNET_break (0);
fail (is);
return;
}