gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: use named constant


From: gnunet
Subject: [taler-anastasis] branch master updated: use named constant
Date: Sun, 04 Apr 2021 15:51:46 +0200

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new fc14d7d  use named constant
fc14d7d is described below

commit fc14d7dd7c2e9b3d0d0ee3abba83be33f468a514
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Apr 4 15:51:44 2021 +0200

    use named constant
---
 src/backend/anastasis-httpd_truth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/anastasis-httpd_truth.c 
b/src/backend/anastasis-httpd_truth.c
index 7a348e4..41d49ac 100644
--- a/src/backend/anastasis-httpd_truth.c
+++ b/src/backend/anastasis-httpd_truth.c
@@ -973,7 +973,7 @@ AH_handler_truth_get (
                                            TALER_EC_GENERIC_DB_FETCH_FAILED,
                                            "create_challenge_code (for rate 
limiting)");
       }
-      if (0 == qs)
+      if (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS == qs)
       {
         GNUNET_free (decrypted_truth);
         GNUNET_free (truth_mime);

-- 
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]