gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: -allow plugin costs to vary


From: gnunet
Subject: [taler-anastasis] branch master updated: -allow plugin costs to vary
Date: Thu, 26 Aug 2021 20:36:44 +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 b076dbb  -allow plugin costs to vary
b076dbb is described below

commit b076dbb495c7bcc90bbe8e22addbc88eeb1815a1
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Aug 26 20:36:41 2021 +0200

    -allow plugin costs to vary
---
 src/authorization/anastasis_authorization_plugin.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/src/authorization/anastasis_authorization_plugin.c 
b/src/authorization/anastasis_authorization_plugin.c
index 6683ff3..c557aa3 100644
--- a/src/authorization/anastasis_authorization_plugin.c
+++ b/src/authorization/anastasis_authorization_plugin.c
@@ -116,19 +116,6 @@ ANASTASIS_authorization_plugin_load (
     return NULL;
   }
 
-  if (0 !=
-      strcasecmp (currency,
-                  cost.currency))
-  {
-    GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_ERROR,
-                               sec_name,
-                               "COST",
-                               "currency mismatch");
-    GNUNET_free (currency);
-    GNUNET_free (sec_name);
-    GNUNET_free (ap);
-    return NULL;
-  }
   GNUNET_free (currency);
   GNUNET_free (sec_name);
   GNUNET_asprintf (&lib_name,

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