gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: assert to break


From: gnunet
Subject: [taler-merchant] branch master updated: assert to break
Date: Tue, 11 May 2021 05:48:22 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 0bcf8ea8 assert to break
0bcf8ea8 is described below

commit 0bcf8ea877423dd9401f74d9fdb4df790267548f
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue May 11 00:06:02 2021 -0300

    assert to break
---
 src/backend/taler-merchant-httpd_private-post-transfers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_private-post-transfers.c 
b/src/backend/taler-merchant-httpd_private-post-transfers.c
index 4c844c8f..9741a0a5 100644
--- a/src/backend/taler-merchant-httpd_private-post-transfers.c
+++ b/src/backend/taler-merchant-httpd_private-post-transfers.c
@@ -1027,7 +1027,7 @@ TMH_private_post_transfers (const struct 
TMH_RequestHandler *rh,
                                              TALER_EC_GENERIC_DB_STORE_FAILED,
                                              "transfer");
         case GNUNET_DB_STATUS_SUCCESS_NO_RESULTS:
-          GNUNET_assert (0);
+          GNUNET_break (0);
           break;
         case GNUNET_DB_STATUS_SUCCESS_ONE_RESULT:
           break;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]