summaryrefslogtreecommitdiff
path: root/src/authorization
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-26 20:36:41 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-26 20:36:41 +0200
commitb076dbb495c7bcc90bbe8e22addbc88eeb1815a1 (patch)
tree1ff6058686ffe5769f09e8f6c9fe4bb8cc07371c /src/authorization
parent88c0ea4eb39568dcbfb85b5e1ad33c0fa311a47c (diff)
downloadanastasis-b076dbb495c7bcc90bbe8e22addbc88eeb1815a1.tar.gz
anastasis-b076dbb495c7bcc90bbe8e22addbc88eeb1815a1.tar.bz2
anastasis-b076dbb495c7bcc90bbe8e22addbc88eeb1815a1.zip
-allow plugin costs to vary
Diffstat (limited to 'src/authorization')
-rw-r--r--src/authorization/anastasis_authorization_plugin.c13
1 files changed, 0 insertions, 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,