From 9084ac48216876c8a2f9d5a1a78c4b6216676de7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 5 Jul 2015 13:05:58 +0200 Subject: fixing RC counting and a comma --- src/mint-lib/test_mint_api.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/mint-lib/test_mint_api.c') diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c index 6d8e0638..8d206970 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; } -- cgit v1.2.3