diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-05 13:05:58 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-05 13:05:58 +0200 |
commit | 9084ac48216876c8a2f9d5a1a78c4b6216676de7 (patch) | |
tree | dcbad31fca661cdb29e0950ea6ad783421a6f86c /src/mint-lib/test_mint_api.c | |
parent | ff6d4c081c4485d007439c1f9132e6718b099e2a (diff) |
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.c | 5 |
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; } |