gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix bad choice during merge


From: gnunet
Subject: [taler-exchange] branch master updated: -fix bad choice during merge
Date: Thu, 17 Feb 2022 15:19:07 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 81bf3ebe -fix bad choice during merge
81bf3ebe is described below

commit 81bf3ebeb4a8310ccd117859a1dd9fbc7a8bca8f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Feb 17 15:19:05 2022 +0100

    -fix bad choice during merge
---
 src/exchange/taler-exchange-httpd_keys.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_keys.c 
b/src/exchange/taler-exchange-httpd_keys.c
index f9a79a41..695ce977 100644
--- a/src/exchange/taler-exchange-httpd_keys.c
+++ b/src/exchange/taler-exchange-httpd_keys.c
@@ -2819,7 +2819,7 @@ load_extension_data (const char *section_name,
                                    section_name,
                                    &meta->fees))
     return GNUNET_SYSERR;
-  meta->age_restrictions = load_age_mask (section_name);
+  meta->age_mask = load_age_mask (section_name);
   return GNUNET_OK;
 }
 

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